واجهات Callback / Listener
AcessoBioManagerDelegate (lifecycle)
| الطريقة | المُشغِّل |
|---|---|
onErrorAcessoBioManager(_ error: ErrorBio!) | خطأ في التنفيذ أثناء تشغيل SDK |
onUserClosedCameraManually() | أغلق المستخدم الكاميرا يدويًا |
onSystemClosedCameraTimeoutSession() | انتهت الجلسة بسبب انتهاء المهلة (الافتراضي: 40 ث) |
onSystemChangedTypeCameraTimeoutFaceInference() | لم يُكتشف وجه لمدة 13 ث — ينتقل الالتقاط إلى الوضع اليدوي |
AcessoBioSelfieDelegate (selfie)
| الطريقة | المُشغِّل |
|---|---|
onSuccessSelfie(_ result: SelfieResult!) | نجح التقاط الصورة الشخصية |
onErrorSelfie(_ errorBio: ErrorBio!) | فشل التقاط الصورة الشخصية |
AcessoBioDocumentDelegate (document)
| الطريقة | المُشغِّل |
|---|---|
onSuccessDocument(_ result: DocumentResult!) | نجح التقاط المستند |
onErrorDocument(_ errorBio: ErrorBio!) | فشل التقاط المستند |
SelfieCameraDelegate / DocumentCameraDelegate (preparation)
| الطريقة | المُشغِّل |
|---|---|
onCameraReady(_ cameraOpener: AcessoBioCameraOpenerDelegate!) | كاميرا الصورة الشخصية جاهزة للفتح |
onCameraFailed(_ message: ErrorPrepare!) | فشل إعداد كاميرا الصورة الشخصية |
onCameraReadyDocument(_ cameraOpener: AcessoBioCameraOpenerDelegate!) | كاميرا المستند جاهزة للفتح |
onCameraFailedDocument(_ message: ErrorPrepare!) | فشل إعداد كاميرا المستند |
ErrorPrepareالنوع ErrorPrepare هو امتداد لـ ErrorBio، وبالتالي يحتوي على جميع خصائصه.