| Interface | Description |
|---|---|
| CameraViewPresenter | |
| OnQrCodeFoundListener |
Callback API which must be implemented by Activities hosting this fragment.
|
| QrCodeDetectionThread.QrCodeDetectionListener |
Callback interface for receiving async detection results
|
| ScannerValidator.ScannerCoreListener |
| Class | Description |
|---|---|
| BuildConfig | |
| BuildConfig | |
| CameraPreviewCutoutFragment |
This class is FOR NOW the exact copy of the one you would find in the face module in the package:
com.yoti.mobile.android.app.face.ui.
|
| FocusView |
Custom view that shows a focus area in the region defined through the method
FocusView.showFocusArea(android.graphics.Rect). |
| QrCodeDetectionThread |
Wrapper on ICodeDetection to manage queueing decode requests on a background thread
|
| QrCodeResult |
QR code result holder
|
| ScannerValidator |
Entry point for core module API.
|
| ScannerViewFragment |
Self-contained fragment for scanning for QR codes from the camera.
|
| ScannerViewNoUIFragment |
Self-contained fragment for scanning for QR codes from the camera.
|
| ZXingCodeDetection |