- saveAndCloseSnapping(data) - Method in class io.scanbot.sdk.ui.view.multiple_objects.BaseMultipleObjectsDetectorActivity
-
User wants to finish snapping and proceed with snapped objects
- SaveAndFinishSnapping(snappedObjects) - Constructor for class io.scanbot.sdk.ui.view.multiple_objects.Companion.SaveAndFinishSnapping
-
Save-and-exit navigation event data class.
- SaveAndFinishSnapping() - Constructor for class io.scanbot.sdk.ui.view.multiple_objects.Companion.SaveAndFinishSnapping
-
Save-and-exit navigation event data class.
- setAspectRatioRange(aspectRatioRange) - Method in class io.scanbot.sdk.ui.view.multiple_objects.configuration.MultipleObjectsDetectorConfiguration
-
Set qualifying objects aspect ratio range. See MultipleObjectsDetector.Params
- setBatchButtonHidden(batchButtonHidden) - Method in class io.scanbot.sdk.ui.view.multiple_objects.configuration.MultipleObjectsDetectorConfiguration
-
Controls whether the batch toggle button is hidden or not.
- setBatchButtonTitle(batchButtonTitle) - Method in class io.scanbot.sdk.ui.view.multiple_objects.configuration.MultipleObjectsDetectorConfiguration
-
Title of the batch mode toggle button.
- setBatchEnabled(enabled) - Method in class io.scanbot.sdk.ui.view.multiple_objects.MultipleObjectsDetectorPresenter
-
Enables/disables batch mode.
- setBatchModeEnabled(batchModeEnabled) - Method in class io.scanbot.sdk.ui.view.multiple_objects.configuration.MultipleObjectsDetectorConfiguration
-
Controls batch mode. When enabled, the user can snap multiple times before
closing the screen by tapping the snapped objects counter button. When disabled, the screen will be
closed immediately after the first snap was made.
The default value is FALSE.
- setBottomBarBackgroundColor(bottomBarBackgroundColor) - Method in class io.scanbot.sdk.ui.view.multiple_objects.configuration.MultipleObjectsDetectorConfiguration
-
The background color of the bottom shutter-bar.
- setBottomBarButtonsColor(bottomBarButtonsColor) - Method in class io.scanbot.sdk.ui.view.multiple_objects.configuration.MultipleObjectsDetectorConfiguration
-
The color of the title of all buttons in the bottom shutter-bar (Cancel button, etc.),
as well as the camera permission prompt button.
- setCameraBackgroundColor(cameraBackgroundColor) - Method in class io.scanbot.sdk.ui.view.multiple_objects.configuration.MultipleObjectsDetectorConfiguration
-
The color of the camera background (relevant only when the camera preview mode is CameraPreviewMode.FIT_IN).
- setCameraModule(cameraModule) - Method in class io.scanbot.sdk.ui.view.multiple_objects.configuration.MultipleObjectsDetectorConfiguration
-
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.multiple_objects.IMultipleObjectsDetectorView
-
Set camera module
- setCameraModule(cameraModule) - Method in class io.scanbot.sdk.ui.view.multiple_objects.MultipleObjectsDetectorView
-
Set camera module
- setCameraOrientationMode(cameraOrientationMode) - Method in interface io.scanbot.sdk.ui.view.multiple_objects.IMultipleObjectsDetectorView
-
Sets camera orientation mode
- setCameraOrientationMode(cameraOrientationMode) - Method in class io.scanbot.sdk.ui.view.multiple_objects.MultipleObjectsDetectorView
-
Sets camera orientation mode
- setCameraPreviewMode(cameraPreviewMode) - Method in class io.scanbot.sdk.ui.view.multiple_objects.configuration.MultipleObjectsDetectorConfiguration
-
Preview mode of the camera: Fit-In or Fill-In.
Optional, default is Fit-In.
- setCameraPreviewMode(cameraPreviewMode) - Method in interface io.scanbot.sdk.ui.view.multiple_objects.IMultipleObjectsDetectorView
-
Sets camera preview mode
- setCameraPreviewMode(cameraPreviewMode) - Method in class io.scanbot.sdk.ui.view.multiple_objects.MultipleObjectsDetectorView
-
Sets camera preview mode
- setCancelButtonTitle(cancelButtonTitle) - Method in class io.scanbot.sdk.ui.view.multiple_objects.configuration.MultipleObjectsDetectorConfiguration
-
Title of the cancel button.
- setCheckCameraPermissionUseCase(p) - Method in class io.scanbot.sdk.ui.view.multiple_objects.BaseMultipleObjectsDetectorFragment
-
- setCheckCameraPermissionUseCase(p) - Method in class io.scanbot.sdk.ui.view.multiple_objects.MultipleObjectsDetectorPresenter
-
- setEnableCameraButtonTitle(enableCameraButtonTitle) - Method in class io.scanbot.sdk.ui.view.multiple_objects.configuration.MultipleObjectsDetectorConfiguration
-
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.multiple_objects.configuration.MultipleObjectsDetectorConfiguration
-
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.
- setFlashButtonHidden(flashButtonHidden) - Method in class io.scanbot.sdk.ui.view.multiple_objects.configuration.MultipleObjectsDetectorConfiguration
-
Controls whether the flash toggle button is hidden or not.
- setFlashButtonTitle(flashButtonTitle) - Method in class io.scanbot.sdk.ui.view.multiple_objects.configuration.MultipleObjectsDetectorConfiguration
-
Title of the flash toggle button.
- setFlashEnabled(flashEnabled) - Method in class io.scanbot.sdk.ui.view.multiple_objects.configuration.MultipleObjectsDetectorConfiguration
-
Controls whether the flash should be initially enabled.
The default value is FALSE.
- setFlashEnabled(enabled) - Method in class io.scanbot.sdk.ui.view.multiple_objects.MultipleObjectsDetectorPresenter
-
Enables/disables flash.
- setListener(listener) - Method in interface io.scanbot.sdk.ui.view.multiple_objects.IMultipleObjectsDetectorView
-
- setListener(listener) - Method in class io.scanbot.sdk.ui.view.multiple_objects.MultipleObjectsDetectorView
-
- setMaxNumberOfPages(maxNumberOfPages) - Method in class io.scanbot.sdk.ui.view.multiple_objects.configuration.MultipleObjectsDetectorConfiguration
-
Defines max number of scanned pages. This parameter works only if the “multipage” feature is enabled.
Once the number of scanned pages was reached, the Document Scanner will be closed.
- setMaxScannedObjects(maxScannedObjects) - Method in class io.scanbot.sdk.ui.view.multiple_objects.MultipleObjectsDetectorPresenter
-
Sets maximum objects allowed in batch-mode. Once user snapped >= from this
number - screen goes to saving.
- setMultipleObjectsDetector(p) - Method in class io.scanbot.sdk.ui.view.multiple_objects.BaseMultipleObjectsDetectorFragment
-
- setMultipleObjectsDetector(detector) - Method in class io.scanbot.sdk.ui.view.multiple_objects.MultipleObjectsDetectorView
-
Sets an instance of multiple objects detector to be used
- setMultipleObjectsDetectorParams(params) - Method in interface io.scanbot.sdk.ui.view.multiple_objects.IMultipleObjectsDetectorView
-
Set custom MultipleObjectsDetector.Params
- setMultipleObjectsDetectorParams(params) - Method in class io.scanbot.sdk.ui.view.multiple_objects.MultipleObjectsDetectorView
-
Set custom MultipleObjectsDetector.Params
- setOrientationLockMode(cameraOrientationMode) - Method in class io.scanbot.sdk.ui.view.multiple_objects.configuration.MultipleObjectsDetectorConfiguration
-
Orientation lock mode of the camera: PORTRAIT or LANDSCAPE.
By default the camera orientation is not locked.
- setPageCounterButtonTitle(pageCounterButtonTitle) - Method in class io.scanbot.sdk.ui.view.multiple_objects.configuration.MultipleObjectsDetectorConfiguration
-
Title suffix of the button that finishes the document scanning when multi-page scanning is enabled.
The button's title has the format "# Pages", where # shows the number of images captured up to now and the
suffix "Pages" is set using this method.
- setPresenter(p) - Method in class io.scanbot.sdk.ui.view.multiple_objects.BaseMultipleObjectsDetectorFragment
-
- setSaveButtonFormat(format) - Method in interface io.scanbot.sdk.ui.view.multiple_objects.IMultipleObjectsDetectorView
-
Set string that can be used to format 'save' button caption.
- setSaveButtonFormat(format) - Method in class io.scanbot.sdk.ui.view.multiple_objects.MultipleObjectsDetectorView
-
Set string that can be used to format 'save' button caption.
- setShutterButtonInnerColor(shutterButtonInnerColor) - Method in class io.scanbot.sdk.ui.view.multiple_objects.configuration.MultipleObjectsDetectorConfiguration
-
The foreground color of the shutter button.
- setShutterButtonOuterColor(shutterButtonOuterColor) - Method in class io.scanbot.sdk.ui.view.multiple_objects.configuration.MultipleObjectsDetectorConfiguration
-
The background color of the shutter button.
- setShutterSoundEnabled(shutterSoundEnabled) - Method in class io.scanbot.sdk.ui.view.multiple_objects.configuration.MultipleObjectsDetectorConfiguration
-
Set camera shutter sound state. true if a sound should be played when taking a picture, false - otherwise
By default, the camera plays the system-defined camera shutter sound when taking a picture.
- setShutterSoundEnabled(enabled) - Method in class io.scanbot.sdk.ui.view.multiple_objects.MultipleObjectsDetectorPresenter
-
Enables/disables default camera sound during snap.
- setTopBarBackgroundColor(topBarBackgroundColor) - Method in class io.scanbot.sdk.ui.view.multiple_objects.configuration.MultipleObjectsDetectorConfiguration
-
The background color of the top toolbar.
- setTopBarButtonsActiveColor(topBarButtonsActiveColor) - Method in class io.scanbot.sdk.ui.view.multiple_objects.configuration.MultipleObjectsDetectorConfiguration
-
The color of all active toggle buttons in the toolbar.
- setTopBarButtonsInactiveColor(topBarButtonsInactiveColor) - Method in class io.scanbot.sdk.ui.view.multiple_objects.configuration.MultipleObjectsDetectorConfiguration
-
The color of all inactive toggle buttons in the toolbar.
- setUseButtonsAllCaps(allCaps) - Method in class io.scanbot.sdk.ui.view.multiple_objects.configuration.MultipleObjectsDetectorConfiguration
-
Controls whether buttons should use all capitals style
- SNAPPED_OBJECTS_EXTRA - Static variable in class io.scanbot.sdk.ui.view.multiple_objects.BaseMultipleObjectsDetectorActivity
-
- State(cameraOpened, cameraClosed, snappedObjects, cameraPermissionGranted, flash, shutterSoundEnabled, pictureProcessing, batch, snappedObjectsCount) - Constructor for class io.scanbot.sdk.ui.view.multiple_objects.IMultipleObjectsDetectorView.State
-
- State() - Constructor for class io.scanbot.sdk.ui.view.multiple_objects.IMultipleObjectsDetectorView.State
-
- State.Companion - Class in io.scanbot.sdk.ui.view.multiple_objects
-