Package com.microblink.blinkid.view
Interface CameraEventsListener
- All Superinterfaces:
AutofocusListener
,BaseCameraEventsListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called on Android 6.0 and newer when runtime camera permission was not given to the app.Methods inherited from interface com.microblink.blinkid.hardware.camera.AutofocusListener
onAutofocusFailed, onAutofocusStarted, onAutofocusStopped
Methods inherited from interface com.microblink.blinkid.view.BaseCameraEventsListener
onCameraPreviewStarted, onCameraPreviewStopped, onError
-
Method Details
-
onCameraPermissionDenied
void onCameraPermissionDenied()Called on Android 6.0 and newer when runtime camera permission was not given to the app. You should implement this callback by requesting camera permission from user.
-