- saveNfcPassportImage(bitmap) - Method in class io.scanbot.sdk.ui.view.nfc.interactor.SaveNfcPassportImageUseCase
-
Stores the given fields in NfcPassportFileStorage
- SaveNfcPassportImageUseCase - Class in io.scanbot.sdk.ui.view.nfc.interactor
-
Saves photo image of passport from the Nfc tag in the files repository
- SaveNfcPassportImageUseCase(nfcPassportFileStorage, imageFileIOProcessor) - Constructor for class io.scanbot.sdk.ui.view.nfc.interactor.SaveNfcPassportImageUseCase
-
Saves photo image of passport from the Nfc tag in the files repository
- SaveNfcPassportImageUseCase.Companion - Class in io.scanbot.sdk.ui.view.nfc.interactor
-
- setAuthenticationErrorTitle(title) - Method in class io.scanbot.sdk.ui.view.nfc.configuration.NfcPassportConfiguration
-
A title for the state when the error happened during the data loading from the NFC chip because of the
wrong MRZ data, so the data cannot be processed
- setAuthErrorTitle(p) - Method in class io.scanbot.sdk.ui.view.nfc.NfcPassportView.Configuration
-
- setButtonsAllCaps(p) - Method in class io.scanbot.sdk.ui.view.nfc.NfcPassportView.Configuration
-
- setCameraModule(cameraModule) - Method in class io.scanbot.sdk.ui.view.nfc.configuration.NfcPassportConfiguration
-
Set supported camera module: CameraModule.BACK, CameraModule.FRONT or others.
Optional. By default is CameraModule.BACK.
- setCameraOverlayColor(cameraOverlayColor) - Method in class io.scanbot.sdk.ui.view.nfc.configuration.NfcPassportConfiguration
-
Background color outside of the finder window.
- setCancelButtonTitle(cancelButtonTitle) - Method in class io.scanbot.sdk.ui.view.nfc.configuration.NfcPassportConfiguration
-
Title of the cancel button.
- setCheckCameraPermissionUseCase(p) - Method in class io.scanbot.sdk.ui.view.nfc.BaseNfcPassportFragment
-
- setChipDisabledErrorTitle(title) - Method in class io.scanbot.sdk.ui.view.nfc.configuration.NfcPassportConfiguration
-
A title for the state when the NFC chip is disabled on the device
- setChipDisabledErrorTitle(p) - Method in class io.scanbot.sdk.ui.view.nfc.NfcPassportView.Configuration
-
- setConfigHelper(p) - Method in class io.scanbot.sdk.ui.view.nfc.BaseNfcPassportFragment
-
- setConfiguration(map) - Method in class io.scanbot.sdk.ui.view.nfc.NfcPassportConfigHelper
-
- setDownloadDataTitle(p) - Method in class io.scanbot.sdk.ui.view.nfc.NfcPassportView.Configuration
-
- setDownloadErrorTitle(title) - Method in class io.scanbot.sdk.ui.view.nfc.configuration.NfcPassportConfiguration
-
A title for the state when the error happened during the data loading from the NFC chip
- setDownloadErrorTitle(p) - Method in class io.scanbot.sdk.ui.view.nfc.NfcPassportView.Configuration
-
- setDownloadingDataTitle(title) - Method in class io.scanbot.sdk.ui.view.nfc.configuration.NfcPassportConfiguration
-
A title for the state when the data is loading from the NFC chip
- setDownloadingDataTitle(p) - Method in class io.scanbot.sdk.ui.view.nfc.NfcPassportView.Configuration
-
- setEnableCameraButtonTitle(enableCameraButtonTitle) - Method in class io.scanbot.sdk.ui.view.nfc.configuration.NfcPassportConfiguration
-
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.nfc.configuration.NfcPassportConfiguration
-
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.nfc.configuration.NfcPassportConfiguration
-
Color of the finder window's outline.
- setFinderLineWidth(finderLineWidth) - Method in class io.scanbot.sdk.ui.view.nfc.configuration.NfcPassportConfiguration
-
Thickness of the finder window's outline.
- setFinderTextHint(finderTextHint) - Method in class io.scanbot.sdk.ui.view.nfc.configuration.NfcPassportConfiguration
-
Text hint shown under the finder window.
- setFinderTextHintColor(finderTextHintColor) - Method in class io.scanbot.sdk.ui.view.nfc.configuration.NfcPassportConfiguration
-
Color of the text hint under the finder window.
- setFlashEnabled(flashEnabled) - Method in class io.scanbot.sdk.ui.view.nfc.configuration.NfcPassportConfiguration
-
Controls whether the flash should be initially enabled.
The default value is FALSE.
- setHoldOverTheChipTitle(title) - Method in class io.scanbot.sdk.ui.view.nfc.configuration.NfcPassportConfiguration
-
A title for the state when the user should start scanning data from the NFC chip
- setListener(listener) - Method in interface io.scanbot.sdk.ui.view.nfc.INfcPassportView
-
- setListener(listener) - Method in class io.scanbot.sdk.ui.view.nfc.NfcPassportView
-
- setMrzCameraPresenter(p) - Method in class io.scanbot.sdk.ui.view.nfc.BaseNfcPassportFragment
-
- setMrzCameraView(p) - Method in class io.scanbot.sdk.ui.view.nfc.BaseNfcPassportFragment
-
- setMrzScanner(p) - Method in class io.scanbot.sdk.ui.view.nfc.BaseNfcPassportFragment
-
- setNfcPassportPresenter(p) - Method in class io.scanbot.sdk.ui.view.nfc.BaseNfcPassportFragment
-
- setNfcPassportView(p) - Method in class io.scanbot.sdk.ui.view.nfc.BaseNfcPassportFragment
-
- setNoChipErrorTitle(title) - Method in class io.scanbot.sdk.ui.view.nfc.configuration.NfcPassportConfiguration
-
A title for the state when there is no hardware for NFC scanning installed on the device
- setNoChipErrorTitle(p) - Method in class io.scanbot.sdk.ui.view.nfc.NfcPassportView.Configuration
-
- setOrientationLockMode(cameraOrientationMode) - Method in class io.scanbot.sdk.ui.view.nfc.configuration.NfcPassportConfiguration
-
Orientation lock mode of the camera: PORTRAIT or LANDSCAPE.
By default the camera orientation is not locked.
- setPassportPhotoSaveCallback(clazz) - Method in class io.scanbot.sdk.ui.view.nfc.configuration.NfcPassportConfiguration
-
Define the Class for callback that will be called when photo is retrieved from NFC tag.
- setPlaySuccessBeep(p) - Method in class io.scanbot.sdk.ui.view.nfc.NfcPassportConfigHelper
-
- setProgressBarColor(color) - Method in class io.scanbot.sdk.ui.view.nfc.configuration.NfcPassportConfiguration
-
The color of progress bar during NFC scanning
- setProgressBarColor(p) - Method in class io.scanbot.sdk.ui.view.nfc.NfcPassportView.Configuration
-
- setRetryButtonTitle(title) - Method in class io.scanbot.sdk.ui.view.nfc.configuration.NfcPassportConfiguration
-
A title for the retry button
- setRetryButtonTitle(p) - Method in class io.scanbot.sdk.ui.view.nfc.NfcPassportView.Configuration
-
- setSavePhotoImageAllowed(allowed) - Method in class io.scanbot.sdk.ui.view.nfc.NfcPassportPresenter
-
Enables/Disables saving of the photo image in sdk storage
- setScanPassportTitle(title) - Method in class io.scanbot.sdk.ui.view.nfc.configuration.NfcPassportConfiguration
-
A title for the screen of passport scanning.
- setScanPassportTitle(p) - Method in class io.scanbot.sdk.ui.view.nfc.NfcPassportView.Configuration
-
- setShouldSavePhotoImageInStorage(shouldSave) - Method in class io.scanbot.sdk.ui.view.nfc.configuration.NfcPassportConfiguration
-
Defines, if photo image should be stored in internal storage on disk.
- setSuccessBeepEnabled(successBeepEnabled) - Method in class io.scanbot.sdk.ui.view.nfc.configuration.NfcPassportConfiguration
-
Controls whether to play a beep sound after a successful detection.
Default value is TRUE.
- setToolbarButtonColor(p) - Method in class io.scanbot.sdk.ui.view.nfc.NfcPassportView.Configuration
-
- setToolbarColor(p) - Method in class io.scanbot.sdk.ui.view.nfc.NfcPassportView.Configuration
-
- setTopBarBackgroundColor(topBarBackgroundColor) - Method in class io.scanbot.sdk.ui.view.nfc.configuration.NfcPassportConfiguration
-
Background color of the top toolbar.
- setTopBarButtonsColor(topBarButtonsColor) - Method in class io.scanbot.sdk.ui.view.nfc.configuration.NfcPassportConfiguration
-
Color of the titles of all buttons in the top toolbar.
- setTopBarButtonsInactiveColor(topBarButtonsInactiveColor) - Method in class io.scanbot.sdk.ui.view.nfc.configuration.NfcPassportConfiguration
-
Color of the titles of all buttons in the top toolbar.
- setUseButtonsAllCaps(allCaps) - Method in class io.scanbot.sdk.ui.view.nfc.configuration.NfcPassportConfiguration
-
Controls whether buttons should use all capitals style
- State(step, nfcKey, nfcState) - Constructor for class io.scanbot.sdk.ui.view.nfc.INfcPassportView.State
-
- State() - Constructor for class io.scanbot.sdk.ui.view.nfc.INfcPassportView.State
-
- State.Companion - Class in io.scanbot.sdk.ui.view.nfc
-