- ScannerValidator - Class in com.yoti.mobile.android.scan
-
Entry point for core module API.
- ScannerValidator(ScannerValidator.ScannerCoreListener, Context) - Constructor for class com.yoti.mobile.android.scan.ScannerValidator
-
- ScannerValidator.ScannerCoreListener - Interface in com.yoti.mobile.android.scan
-
- ScannerViewFragment - Class in com.yoti.mobile.android.scan
-
Self-contained fragment for scanning for QR codes from the camera.
- ScannerViewFragment() - Constructor for class com.yoti.mobile.android.scan.ScannerViewFragment
-
- ScannerViewNoUIFragment - Class in com.yoti.mobile.android.scan
-
Self-contained fragment for scanning for QR codes from the camera.
- ScannerViewNoUIFragment() - Constructor for class com.yoti.mobile.android.scan.ScannerViewNoUIFragment
-
- setQrCodeFoundListener(OnQrCodeFoundListener) - Method in class com.yoti.mobile.android.scan.ScannerViewFragment
-
- setQrCodeFoundListener(OnQrCodeFoundListener) - Method in class com.yoti.mobile.android.scan.ScannerViewNoUIFragment
-
- setScanningInstructionsMessage(int) - Method in class com.yoti.mobile.android.scan.CameraPreviewCutoutFragment
-
- setStatusText(int) - Method in class com.yoti.mobile.android.scan.CameraPreviewCutoutFragment
-
- shouldDisableAutomaticCameraStartStop() - Method in class com.yoti.mobile.android.scan.ScannerViewFragment
-
It will be called in CameraPreviewFragment.onResume() and CameraPreviewFragment.onPause()
to determine whether the creation of camera should be handled automatically.
- shouldDisableAutomaticCameraStartStop() - Method in class com.yoti.mobile.android.scan.ScannerViewNoUIFragment
-
It will be called in CameraPreviewFragment.onResume() and CameraPreviewFragment.onPause()
to determine whether the creation of camera should be handled automatically.
- showFailureFeedback(int) - Method in class com.yoti.mobile.android.scan.CameraPreviewCutoutFragment
-
Show Fail feedback with message, typically used by Activities to update this fragment.
- showFocusArea() - Method in class com.yoti.mobile.android.scan.CameraPreviewCutoutFragment
-
- showFocusArea(Rect) - Method in class com.yoti.mobile.android.scan.FocusView
-
Refresh the view to show a focus area with the coordinates passed as argument
- showNoFeedback() - Method in class com.yoti.mobile.android.scan.CameraPreviewCutoutFragment
-
- showStaticFrameImage(YuvBuffer) - Method in class com.yoti.mobile.android.scan.CameraPreviewCutoutFragment
-
- showSuccessFeedback(int) - Method in class com.yoti.mobile.android.scan.ScannerViewFragment
-
- showWaitingFeedback(int) - Method in class com.yoti.mobile.android.scan.ScannerViewFragment
-
- startCamera() - Method in class com.yoti.mobile.android.scan.ScannerViewFragment
-
Starts the camera and the the cancel continuous focus timer.
- startCamera() - Method in class com.yoti.mobile.android.scan.ScannerViewNoUIFragment
-
Starts the camera and the the cancel continuous focus timer.
- stopCamera() - Method in class com.yoti.mobile.android.scan.ScannerViewFragment
-
Stops the camera and the the cancel continuous focus timer.
- stopCamera() - Method in class com.yoti.mobile.android.scan.ScannerViewNoUIFragment
-
Stops the camera and the the cancel continuous focus timer.