- onActivateCameraPermission() - Method in interface io.scanbot.sdk.ui.view.licenseplate.ILicensePlateScannerView.Listener
-
User wants to activate camera permission
- onActivateCameraPermission() - Method in class io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerPresenter
-
User wants to activate camera permission
- onAttachedToWindow() - Method in class io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerView
-
- onCancelClicked() - Method in interface io.scanbot.sdk.ui.view.licenseplate.ILicensePlateScannerView.Listener
-
User wants to cancel snapping
- onCancelClicked() - Method in class io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerPresenter
-
User wants to cancel snapping
- onCancelScanning() - Method in class io.scanbot.sdk.ui.view.licenseplate.BaseLicensePlateScannerActivity
-
User wants to cancel scanning
- onCancelScanninLicenseInvalid() - Method in class io.scanbot.sdk.ui.view.licenseplate.BaseLicensePlateScannerActivity
-
Scanning is canceled because of the invalid license
- onConfirmationPending() - Method in interface io.scanbot.sdk.ui.view.licenseplate.ILicensePlateScannerView
-
Called when the scan result is waiting for confirmation
- onConfirmationPending() - Method in class io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerView
-
Called when the scan result is waiting for confirmation
- onCreate(savedInstanceState) - Method in class io.scanbot.sdk.ui.view.licenseplate.BaseLicensePlateScannerActivity
-
- onCreate(savedInstanceState) - Method in class io.scanbot.sdk.ui.view.licenseplate.BaseLicensePlateScannerFragment
-
- onCreateDialog(savedInstanceState) - Method in class io.scanbot.sdk.ui.view.licenseplate.dialog.LicensePlateConfirmationDialog
-
- onCreateView(inflater, container, savedInstanceState) - Method in class io.scanbot.sdk.ui.view.licenseplate.BaseLicensePlateScannerFragment
-
- onDetachedFromWindow() - Method in class io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerView
-
- onDismiss(dialog) - Method in class io.scanbot.sdk.ui.view.licenseplate.dialog.LicensePlateConfirmationDialog
-
- onFlashClicked() - Method in interface io.scanbot.sdk.ui.view.licenseplate.ILicensePlateScannerView.Listener
-
User wants to change flash mode
- onFlashClicked() - Method in class io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerPresenter
-
User wants to change flash mode
- onLicensePlateConfirmed(result) - Method in class io.scanbot.sdk.ui.view.licenseplate.BaseLicensePlateScannerActivity
-
Called when the user wants to confirm the scan result
- onLicensePlateConfirmed(result) - Method in interface io.scanbot.sdk.ui.view.licenseplate.dialog.LicensePlateConfirmationDialogInterface
-
Called when the user wants to confirm the scan result
- onLicensePlateRejected() - Method in class io.scanbot.sdk.ui.view.licenseplate.BaseLicensePlateScannerActivity
-
Called when the user rejected the scan result and wants to retry the scan
- onLicensePlateRejected() - Method in interface io.scanbot.sdk.ui.view.licenseplate.dialog.LicensePlateConfirmationDialogInterface
-
Called when the user rejected the scan result and wants to retry the scan
- onRequestPermissionsResult(requestCode, permissions, grantResults) - Method in class io.scanbot.sdk.ui.view.licenseplate.BaseLicensePlateScannerFragment
-
- onRetryClicked() - Method in interface io.scanbot.sdk.ui.view.licenseplate.ILicensePlateScannerView
-
Called when the user wants to resume the process of scanning
- onRetryClicked() - Method in class io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerView
-
Called when the user wants to resume the process of scanning
- onStart() - Method in class io.scanbot.sdk.ui.view.licenseplate.BaseLicensePlateScannerFragment
-
- onStop() - Method in class io.scanbot.sdk.ui.view.licenseplate.BaseLicensePlateScannerFragment
-
- setCameraModule(cameraModule) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
-
Set supported camera module: CameraModule.BACK, CameraModule.FRONT or others.
Optional. By default is CameraModule.BACK.
- setCameraModule(cameraModule) - Method in interface io.scanbot.sdk.ui.view.licenseplate.ILicensePlateScannerView
-
Set camera module
- setCameraModule(cameraModule) - Method in class io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerView
-
Set camera module
- setCameraOrientationMode(cameraOrientationMode) - Method in interface io.scanbot.sdk.ui.view.licenseplate.ILicensePlateScannerView
-
Sets camera orientation mode
- setCameraOrientationMode(cameraOrientationMode) - Method in class io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerView
-
Sets camera orientation mode
- setCameraOverlayColor(cameraOverlayColor) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
-
Background color outside of the finder window.
- setCancelButtonTitle(cancelButtonTitle) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
-
Title of the cancel button.
- setCheckCameraPermissionUseCase(p) - Method in class io.scanbot.sdk.ui.view.licenseplate.BaseLicensePlateScannerFragment
-
- setCheckCameraPermissionUseCase(p) - Method in class io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerPresenter
-
- setConfiguration(map) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfigurationHelper
-
- setConfirmationDialogAccentColor(dialogAccentColor) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
-
The accent color of buttons on a confirmation dialog
- setConfirmationDialogConfirmButtonFilled(buttonFilled) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
-
Allows to set if the confirm button should be filled
- setConfirmationDialogConfirmButtonFilledTextColor(textColor) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
-
- setConfirmationDialogConfirmButtonTitle(confirmButton) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
-
Confirmation dialog confirm button text
- setConfirmationDialogMessage(message) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
-
Confirmation dialog message
- setConfirmationDialogRetryButtonTitle(retryButton) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
-
Confirmation dialog retry button text
- setConfirmationDialogTitle(title) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
-
Confirmation dialog title
- setEnableCameraButtonTitle(enableCameraButtonTitle) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
-
Title of the button that opens the screen where the user can allow
the usage of the camera by the app.
- setEnableCameraExplanationText(enableCameraExplanationText) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
-
Text that will be displayed when the app
is not allowed to use the camera, prompting the user
to enable the usage of the camera.
- setFinderLineColor(finderLineColor) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
-
Color of the finder window's outline.
- setFinderLineWidth(finderLineWidth) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
-
Thickness of the finder window's outline.
- setFinderTextHint(finderTextHint) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
-
User guidance text below the finder view
- setFinderTextHintColor(finderTextHintColor) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
-
The color of the text with user guidance below the finder view
- setFlashEnabled(flashEnabled) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
-
Controls whether the flash should be initially enabled.
The default value is FALSE.
- setFlashEnabled(flashEnabled) - Method in class io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerPresenter
-
Enables/Disables flash
- setLicensePlateCameraView(p) - Method in class io.scanbot.sdk.ui.view.licenseplate.BaseLicensePlateScannerFragment
-
- setLicensePlateScanner(p) - Method in class io.scanbot.sdk.ui.view.licenseplate.BaseLicensePlateScannerFragment
-
- setLicensePlateScannerPresenter(p) - Method in class io.scanbot.sdk.ui.view.licenseplate.BaseLicensePlateScannerFragment
-
- setListener(listener) - Method in interface io.scanbot.sdk.ui.view.licenseplate.ILicensePlateScannerView
-
- setListener(listener) - Method in class io.scanbot.sdk.ui.view.licenseplate.LicensePlateScannerView
-
- setMaximumNumberOfAccumulatedFrames(numberOfFrames) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
-
Maximum number of accumulated frames to inspect before actual result is returned
- setMinNumberOfRequiredFramesWithEqualRecognitionResult(numberOfFrames) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
-
Minimum number of accumulated frames that have equal result
- setOrientationLockMode(cameraOrientationMode) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
-
Orientation lock mode of the camera: PORTRAIT or LANDSCAPE.
By default the camera orientation is not locked.
- setScanStrategy(scanStrategy) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
-
Additional parameter to set the type of the scanned object. @see LicensePlateScanStrategy. Default is LicensePlateScanStrategy.LicensePlateML
- setSignificantShakeDelay(significantShakeDelay) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
-
Detection will be paused after significant movement
Default is 1000
- setTopBarBackgroundColor(topBarBackgroundColor) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
-
Background color of the top toolbar.
- setTopBarButtonsColor(topBarButtonsColor) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
-
Color of the titles of all buttons in the top toolbar.
- setTopBarButtonsInactiveColor(topBarButtonsInactiveColor) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
-
Color of the titles of all buttons in the top toolbar.
- setUseButtonsAllCaps(allCaps) - Method in class io.scanbot.sdk.ui.view.licenseplate.configuration.LicensePlateScannerConfiguration
-
Controls whether buttons should use all capitals style
- State(cameraOpened, cameraClosed, cameraPermissionGranted, flash) - Constructor for class io.scanbot.sdk.ui.view.licenseplate.ILicensePlateScannerView.State
-
- State() - Constructor for class io.scanbot.sdk.ui.view.licenseplate.ILicensePlateScannerView.State
-
- State.Companion - Class in io.scanbot.sdk.ui.view.licenseplate
-