public static ILicensePlateScannerView.Listener
Notified about user interactions.
static io.scanbot.sdk.ui.view.licenseplate.ILicensePlateScannerView.Listener.Companion Companion
void onActivateCameraPermission()
User wants to activate camera permission
void onCancelClicked()
User wants to cancel snapping
void onFlashClicked()
User wants to change flash mode
void licensePlateScanned(@NotNull
io.scanbot.sdk.camera.FrameHandlerResult<io.scanbot.sdk.licenseplate.LicensePlateScanResult,io.scanbot.sdk.SdkLicenseError> result)
New frame was processed with license plate scanner
result - LicensePlateScanResult with scanned datavoid cameraPermissionGranted()
User accepted camera permission
void cameraPermissionDenied()
User denied camera permission