Package com.microblink.blinkid.fragment
Interface RecognizerRunnerFragment.ScanningOverlayBinder
- All Known Implementing Classes:
BlinkIdActivity
,DocumentScanActivity
,LegacyDocumentVerificationActivity
- Enclosing class:
- RecognizerRunnerFragment
public static interface RecognizerRunnerFragment.ScanningOverlayBinder
This interface must be implemented by all activites that will host
RecognizerRunnerFragment
.-
Method Summary
Modifier and TypeMethodDescriptionReturns the scanning overlay that will receive events fromRecognizerRunnerFragment
.
-
Method Details
-
getScanningOverlay
Returns the scanning overlay that will receive events fromRecognizerRunnerFragment
.- Returns:
- the scanning overlay that will receive events from
RecognizerRunnerFragment
.
-