- BarcodeCameraConfigurationHelper - Class in io.scanbot.sdk.ui.view.barcode.configuration
-
Incapsulates the logic of work with configuration for barcode camera view
- BarcodeCameraConfigurationHelper() - Constructor for class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeCameraConfigurationHelper
-
Incapsulates the logic of work with configuration for barcode camera view
- barcodeCameraFragment - Variable in class io.scanbot.sdk.ui.view.barcode.BaseBarcodeScannerActivity
-
- BarcodeCameraNavigator() - Constructor for class io.scanbot.sdk.ui.view.barcode.batch.InternalBatchBarcodeCameraFragment.BarcodeCameraNavigator
-
- BarcodeCameraNavigator() - Constructor for class io.scanbot.sdk.ui.view.barcode.InternalBarcodeCameraFragment.BarcodeCameraNavigator
-
- BarcodeCameraNavigator.Companion - Class in io.scanbot.sdk.ui.view.barcode.batch
-
- BarcodeCameraNavigator.Companion - Class in io.scanbot.sdk.ui.view.barcode
-
- BarcodeCameraPresenter - Class in io.scanbot.sdk.ui.view.barcode
-
- BarcodeCameraPresenter(checkCameraPermissionUseCase, saveBarcodeTakenPictureUseCase, saveBarcodePreviewFrameUseCase, barcodeScanningSession, navigator) - Constructor for class io.scanbot.sdk.ui.view.barcode.BarcodeCameraPresenter
-
- barcodeCameraPresenter - Variable in class io.scanbot.sdk.ui.view.barcode.BaseBarcodeCameraFragment
-
- BarcodeCameraPresenter.BarcodeScanned - Class in io.scanbot.sdk.ui.view.barcode
-
- BarcodeCameraPresenter.Companion - Class in io.scanbot.sdk.ui.view.barcode
-
- BarcodeCameraView - Class in io.scanbot.sdk.ui.view.barcode
-
Represents camera view for barcode scanner.
- BarcodeCameraView(context, attrs) - Constructor for class io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
-
Represents camera view for barcode scanner.
- barcodeCameraView - Variable in class io.scanbot.sdk.ui.view.barcode.BaseBarcodeCameraFragment
-
- BarcodeCameraView.Companion - Class in io.scanbot.sdk.ui.view.barcode
-
- BarcodeImageGenerationType - Enum in io.scanbot.sdk.ui.view.barcode.configuration
-
The type of barcode image generation.
- BarcodeItemVerticalAdapter(context) - Constructor for class io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView.BarcodeItemVerticalAdapter
-
- BarcodeItemViewHolder(binding) - Constructor for class io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView.BarcodeItemViewHolder
-
View holder representing a barcode item
- barcodeScanned(result) - Method in class io.scanbot.sdk.ui.view.barcode.BarcodeCameraPresenter
-
User have scanned barcode
- BarcodeScanned(result, barcodeImagePath, barcodePreviewFramePath) - Constructor for class io.scanbot.sdk.ui.view.barcode.BarcodeCameraPresenter.BarcodeScanned
-
- barcodeScanned(result) - Method in interface io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.Listener
-
User have scanned barcode
- BarcodeScannerAdditionalConfiguration - Class in io.scanbot.sdk.ui.view.barcode.configuration
-
Entity represents additional configuration params for ScanbotBarcodeDetector.
- BarcodeScannerAdditionalConfiguration(minimumTextLength, maximumTextLength, minimum1DQuietZoneSize, gs1DecodingEnabled) - Constructor for class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerAdditionalConfiguration
-
Entity represents additional configuration params for ScanbotBarcodeDetector.
- BarcodeScannerAdditionalConfiguration() - Constructor for class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerAdditionalConfiguration
-
Entity represents additional configuration params for ScanbotBarcodeDetector.
- BarcodeScannerConfiguration - Class in io.scanbot.sdk.ui.view.barcode.configuration
-
- BarcodeScannerConfiguration() - Constructor for class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
-
- BarcodeScannerConfigurationParams - Enum in io.scanbot.sdk.ui.view.barcode.configuration
-
Class containing all the keys which are used to configure CameraView in Barcode default UI
- BarcodeScanningSession - Class in io.scanbot.sdk.ui.view.barcode
-
Provides a wrapper for observing a barcode scanning result
- BarcodeScanningSession() - Constructor for class io.scanbot.sdk.ui.view.barcode.BarcodeScanningSession
-
Provides a wrapper for observing a barcode scanning result
- BarcodesScanFinished(barcodes) - Constructor for class io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListPresenter.BarcodesScanFinished
-
Event that user wants to finish the flow of scanning
- BaseBarcodeCameraFragment - Class in io.scanbot.sdk.ui.view.barcode
-
Shows Barcode camera screen of application
- BaseBarcodeCameraFragment() - Constructor for class io.scanbot.sdk.ui.view.barcode.BaseBarcodeCameraFragment
-
Shows Barcode camera screen of application
- BaseBarcodeCameraFragment.Companion - Class in io.scanbot.sdk.ui.view.barcode
-
- BaseBarcodeScannerActivity<T extends BaseFragment> - Class in io.scanbot.sdk.ui.view.barcode
-
Represents base camera screen for Barcodes scanning
- BaseBarcodeScannerActivity() - Constructor for class io.scanbot.sdk.ui.view.barcode.BaseBarcodeScannerActivity
-
Represents base camera screen for Barcodes scanning
- BaseBarcodeScannerActivity.Companion - Class in io.scanbot.sdk.ui.view.barcode
-
- BatchBarcodeListPresenter - Class in io.scanbot.sdk.ui.view.barcode.batch
-
- BatchBarcodeListPresenter(navigator, dataMapper, barcodeScanningSession, backgroundTaskScheduler) - Constructor for class io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListPresenter
-
- batchBarcodeListPresenter - Variable in class io.scanbot.sdk.ui.view.barcode.batch.InternalBatchBarcodeCameraFragment
-
- BatchBarcodeListPresenter.BarcodesScanFinished - Class in io.scanbot.sdk.ui.view.barcode.batch
-
Event that user wants to finish the flow of scanning
- BatchBarcodeListPresenter.NewBarcodesProcessed - Class in io.scanbot.sdk.ui.view.barcode.batch
-
Event that new barcode was processed
- BatchBarcodeListView - Class in io.scanbot.sdk.ui.view.barcode.batch
-
Represents a list of scanned barcodes
- BatchBarcodeListView(context, attrs) - Constructor for class io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView
-
Represents a list of scanned barcodes
- BatchBarcodeListView.BarcodeItemVerticalAdapter - Class in io.scanbot.sdk.ui.view.barcode.batch
-
- BatchBarcodeListView.BarcodeItemViewHolder - Class in io.scanbot.sdk.ui.view.barcode.batch
-
View holder representing a barcode item
- BatchBarcodeListView.Companion - Class in io.scanbot.sdk.ui.view.barcode.batch
-
- BatchBarcodeListView.SwipeableViewHolder - Class in io.scanbot.sdk.ui.view.barcode.batch
-
Represents a view holder with a swipable part
- BatchBarcodeScannerConfiguration - Class in io.scanbot.sdk.ui.view.barcode.batch.configuration
-
- BatchBarcodeScannerConfiguration() - Constructor for class io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
-
- BatchBarcodeScannerConfigurationParams - Enum in io.scanbot.sdk.ui.view.barcode.batch.configuration
-
Class containing all the keys which are used to configure CameraView in Barcode default UI
- SaveBarcodePreviewFrameUseCase - Class in io.scanbot.sdk.ui.view.interactor
-
Saves preview frames in the files repository
- SaveBarcodePreviewFrameUseCase(barcodeFileStorage, imageFileIOProcessor) - Constructor for class io.scanbot.sdk.ui.view.interactor.SaveBarcodePreviewFrameUseCase
-
Saves preview frames in the files repository
- SaveBarcodeTakenPictureUseCase - Class in io.scanbot.sdk.ui.view.interactor
-
Saves taken camera pictures in the files repository
- SaveBarcodeTakenPictureUseCase(barcodeFileStorage, imageFileIOProcessor) - Constructor for class io.scanbot.sdk.ui.view.interactor.SaveBarcodeTakenPictureUseCase
-
Saves taken camera pictures in the files repository
- savePreviewFrame(previewFrame) - Method in class io.scanbot.sdk.ui.view.interactor.SaveBarcodePreviewFrameUseCase
-
Stores the preview frame in BarcodeFileStorage
- saveTakenPicture(image, imageOrientation) - Method in class io.scanbot.sdk.ui.view.interactor.SaveBarcodeTakenPictureUseCase
-
Stores taken picture in BarcodeFileStorage
- SCANNED_BARCODE_EXTRA - Static variable in class io.scanbot.sdk.ui.view.barcode.InternalBarcodeScannerActivity
-
- SCANNED_BARCODE_IMAGE_PATH_EXTRA - Static variable in class io.scanbot.sdk.ui.view.barcode.InternalBarcodeScannerActivity
-
- SCANNED_BARCODE_PREVIEW_FRAME_PATH_EXTRA - Static variable in class io.scanbot.sdk.ui.view.barcode.InternalBarcodeScannerActivity
-
- setAcceptedDocumentFormats(formats) - Method in class io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
-
Sets list of BarcodeDocumentFormat to scan
- setAcceptedDocumentFormats(documentFormats) - Method in class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
-
A list of document formats that the scanner should recognize. Anything not on the list
will not trigger a detection.
- setAcceptedDocumentFormats(formats) - Method in interface io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
-
Sets list of BarcodeDocumentFormat to scan
- setAdditionalDetectionParameters(additionalConfiguration) - Method in class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
-
Sets additional configuration for BarcodeDetector to further tweak it's logic.
- setAutoCancelTimeout(timeoutInSeconds) - Method in class io.scanbot.sdk.ui.view.barcode.BarcodeCameraPresenter
-
Sets auto close timer in seconds. 0 = disabled and it is the default value
- setAutoCancelTimeout(seconds) - Method in class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
-
Sets auto close timer in seconds. 0 = disabled and it is the default value
- setAutoCancelTimeout(timeoutInSeconds) - Method in interface io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.Listener
-
Sets auto close timer in seconds. 0 = disabled and it is the default value
- setAutoStopOnSuccess(enabled) - Method in class io.scanbot.sdk.ui.view.barcode.BarcodeCameraPresenter
-
Set if presenter need to stop snapping after first success
- setAutoStopOnSuccess(enabled) - Method in interface io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.Listener
-
Set if presenter need to stop snapping after first success
- setBackgroundColor(p) - Method in class io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView.BarcodeItemVerticalAdapter
-
- setBarcodeCameraFragment(p) - Method in class io.scanbot.sdk.ui.view.barcode.BaseBarcodeScannerActivity
-
- setBarcodeCameraPresenter(p) - Method in class io.scanbot.sdk.ui.view.barcode.BaseBarcodeCameraFragment
-
- setBarcodeCameraView(p) - Method in class io.scanbot.sdk.ui.view.barcode.BaseBarcodeCameraFragment
-
- setBarcodeDetector(scanbotBarcodeDetector) - Method in class io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
-
Set ScanbotBarcodeDetector that performs detection and recognition
- setBarcodeDetector(scanbotBarcodeDetector) - Method in interface io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
-
Set ScanbotBarcodeDetector that performs detection and recognition
- setBarcodeFormatsFilter(barcodeFormats) - Method in class io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
-
Set barcode format to scan
- setBarcodeFormatsFilter(barcodeFormat) - Method in class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
-
A list of barcodes that the scanner should recognize. Anything not on the list
will not trigger a detection.
- setBarcodeFormatsFilter(barcodeFormats) - Method in interface io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
-
Set barcode format to scan
- setBarcodeImageGenerationType(barcodeImageGenerationType) - Method in class io.scanbot.sdk.ui.view.barcode.BarcodeCameraPresenter
-
Set barcode image generation mode
- setBarcodeImageGenerationType(barcodeImageGenerationType) - Method in class io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
-
- setBarcodeImageGenerationType(imageType) - Method in class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
-
Specifies the way of barcode images generation or disables this generation at all.
Use, if you want to receive a full sized image with barcodes.
- setBarcodesCountText(placeholder) - Method in class io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
-
The placeholder for barcodes count text. Should be a string in the following format: "%d Codes"
- setBarcodesCountTextColor(color) - Method in class io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
-
The color for barcodes count text
- setBatchBarcodeListPresenter(p) - Method in class io.scanbot.sdk.ui.view.barcode.batch.InternalBatchBarcodeCameraFragment
-
- setBottomSheetBackgroundColor(color) - Method in class io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView
-
Sets a color of the bottom sheet
- setBottomSheetPrimaryColor(color) - Method in class io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView
-
Sets primary color for most of text's and other UI elements of the bottom sheet
- setCameraModule(cameraModule) - Method in class io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
-
Set camera module
- setCameraModule(cameraModule) - Method in class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
-
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.barcode.IBarcodeCameraView
-
Set camera module
- setCameraOrientationMode(cameraOrientationMode) - Method in class io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
-
Set camera orientation mode
- setCameraOrientationMode(cameraOrientationMode) - Method in interface io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
-
Set camera orientation mode
- setCameraOverlayColor(cameraOverlayColor) - Method in class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
-
Background color outside of the finder window.
- setCameraZoomFactor(zoomFactor) - Method in class io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
-
Set current zoom by a linear zoom value ranging from 0f to 1.0f. LinearZoom 0f represents the minimum zoom while linearZoom 1.0f represents the maximum zoom.
Default value is 0f.
- setCameraZoomFactor(zoomFactor) - Method in class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
-
Set current zoom by a linear zoom value ranging from 0f to 1.0f. Optical Zoom Level 0f represents the minimum zoom while Optical Zoom Level 1.0f represents the maximum zoom.
Default value is 0f.
- setCameraZoomFactor(zoomFactor) - Method in interface io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
-
Set current zoom by a linear zoom value ranging from 0f to 1.0f. LinearZoom 0f represents the minimum zoom while linearZoom 1.0f represents the maximum zoom.
Default value is 0f.
- setCameraZoomRange(zoomRange) - Method in class io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
-
Set custom available zoom range. Min value 0f and max value 1.0f.
Default value is
ZoomRange0f,1f.
- setCameraZoomRange(zoomRange) - Method in class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
-
Set custom camera zoom range. Min value 0f and max value 1.0f.
Default value is
ZoomRange0f,1f.
- setCameraZoomRange(zoomRange) - Method in interface io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
-
Set custom available zoom range. Min value 0f and max value 1.0f.
Default value is
ZoomRange0f,1f.
- setCancelButtonTitle(cancelButtonTitle) - Method in class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
-
Title of the cancel button.
- setCheckCameraPermissionUseCase(p) - Method in class io.scanbot.sdk.ui.view.barcode.BarcodeCameraPresenter
-
- setCheckCameraPermissionUseCase(p) - Method in class io.scanbot.sdk.ui.view.barcode.BaseBarcodeCameraFragment
-
- setClearButtonTitle(clearButtonTitle) - Method in class io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
-
Text of the button which clears the list of scanned barcodes.
- setConfiguration(map) - Method in class io.scanbot.sdk.ui.view.barcode.BaseBarcodeCameraFragment
-
- setConfiguration(map) - Method in class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeCameraConfigurationHelper
-
- setDelayAfterFocusCompleteMs(delay) - Method in class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
-
Delay that camera will took before snap on auto focus complete called from camera core in ms.
For some devices this callback could call even before real auto focus completed, so we need to take some delay before snapping.
Usually you can set 500ms. By default it is set to 20ms.
- setDetailsActionColor(color) - Method in class io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
-
The color of Submit button
- setDetailsBackgroundColor(color) - Method in class io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
-
The color of bottom sheet
- setDetailsPrimaryColor(color) - Method in class io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
-
The color of text elements in bottom sheet
- setDetectorType(type) - Method in class io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
-
Allows to set custom detector type for the barcode detection
BarcodeDetectorType.ML_BASED is used by default and uses ML mechanisms to detect the barcode on the frame
or BarcodeDetectorType.PLAIN if it is needed to scan just one QR code or PDF-417 which is clearly visible it might work much faster
- setDetectorType(type) - Method in class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
-
Allows to set custom detector type for the barcode detection
BarcodeDetectorType.ML_BASED is used by default and uses ML mechanisms to detect the barcode on the frame
or BarcodeDetectorType.PLAIN if it is needed to scan just one QR code or PDF-417 which is clearly visible it might work much faster
- setDetectorType(type) - Method in interface io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
-
Allows to set custom detector type for the barcode detection
BarcodeDetectorType.ML_BASED is used by default and uses ML mechanisms to detect the barcode on the frame
or BarcodeDetectorType.PLAIN if it is needed to scan just one QR code or PDF-417 which is clearly visible it might work much faster
- setEnableCameraButtonTitle(enableCameraButtonTitle) - Method in class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
-
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.barcode.configuration.BarcodeScannerConfiguration
-
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.
- setFetchingStateText(text) - Method in class io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
-
The text for the data fetching state of the barcode item in a list. Smth "Fetching info…"
- setFinderAspectRatio(finderAspectRatio) - Method in class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
-
Aspect ratio of the finder window.
- setFinderLineColor(finderLineColor) - Method in class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
-
Color of the finder window's outline.
- setFinderLineWidth(finderLineWidth) - Method in class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
-
Thickness of the finder window's outline.
- setFinderTextHint(finderTextHint) - Method in class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
-
Text hint shown under the finder window.
- setFinderTextHintColor(finderTextHintColor) - Method in class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
-
Color of the text hint under the finder window.
- setFlashEnabled(flashEnabled) - Method in class io.scanbot.sdk.ui.view.barcode.BarcodeCameraPresenter
-
Enables/Disables flash
- setFlashEnabled(flashEnabled) - Method in class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
-
Controls whether the flash should be initially enabled.
The default value is FALSE.
- setGs1DecodingEnabled(gs1DecodingEnabled) - Method in class io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
-
When this set to true, the scanner assumes that the barcode can be a GS1 barcode.
Turn it off, if you don't want to see decoded FNC1 characters ("]C1" and ASCII char 29).
The default is true.
NOTE: Currently works for CODE128 barcodes only!
- setGs1DecodingEnabled(gs1DecodingEnabled) - Method in interface io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
-
When this set to true, the scanner assumes that the barcode can be a GS1 barcode.
Turn it off, if you don't want to see decoded FNC1 characters ("]C1" and ASCII char 29).
The default is true.
NOTE: Currently works for CODE128 barcodes only!
- setItemLoadingText(p) - Method in class io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView.BarcodeItemVerticalAdapter
-
- setItemsCountTextColor(color) - Method in class io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView
-
Sets color for items count textview
- setItemsCountTextPlaceholder(placeholder) - Method in class io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView
-
Sets a placeholder for items count textview
- setItemsLoadingText(text) - Method in class io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView
-
Sets loading text for item, which is being converted with a mapper
- setListener(listener) - Method in class io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
-
- setListener(listener) - Method in class io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView
-
- setListener(listener) - Method in interface io.scanbot.sdk.ui.view.barcode.batch.IBatchBarcodeListView
-
- setListener(listener) - Method in interface io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
-
- setMaximumTextLength(maximumTextLength) - Method in class io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
-
Set maximum text length of the detected barcode. Setting to zero removes the limit.
The default value is 0 (the setting is turned off).
NOTE: Currently works for ITF barcodes only!
- setMaximumTextLength(maximumTextLength) - Method in interface io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
-
Set maximum text length of the detected barcode. Setting to zero removes the limit.
The default value is 0 (the setting is turned off).
NOTE: Currently works for ITF barcodes only!
- setMediaPlayer(p) - Method in class io.scanbot.sdk.ui.view.barcode.BaseBarcodeCameraFragment
-
- setMinimum1DQuietZoneSize(minimum1DQuietZoneSize) - Method in class io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
-
Set minimum required quiet zone on the barcode. Measured in modules (the size of a minimal bar on the barcode).
The default value is 10.
NOTE: Currently works for ITF barcodes only!
- setMinimum1DQuietZoneSize(minimum1DQuietZoneSize) - Method in interface io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
-
Set minimum required quiet zone on the barcode. Measured in modules (the size of a minimal bar on the barcode).
The default value is 10.
NOTE: Currently works for ITF barcodes only!
- setMinimumTextLength(minimumTextLength) - Method in class io.scanbot.sdk.ui.view.barcode.BarcodeCameraView
-
Set minimum required text length of the detected barcode.
The default value is 0 (the setting is turned off).
NOTE: Currently works for ITF barcodes only!
- setMinimumTextLength(minimumTextLength) - Method in interface io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView
-
Set minimum required text length of the detected barcode.
The default value is 0 (the setting is turned off).
NOTE: Currently works for ITF barcodes only!
- setNoBarcodesTitle(noBarcodesTitle) - Method in class io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
-
Text of the message that there are no barcodes scanned
- setOrientationLockMode(cameraOrientationMode) - Method in class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
-
Orientation lock mode of the camera: PORTRAIT or LANDSCAPE.
By default the camera orientation is not locked.
- setPrimaryColor(p) - Method in class io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView.BarcodeItemVerticalAdapter
-
- setSubmitButtonTitle(submitButtonTitle) - Method in class io.scanbot.sdk.ui.view.barcode.batch.configuration.BatchBarcodeScannerConfiguration
-
Text of the button which finishes the flow
- setSuccessBeepEnabled(successBeepEnabled) - Method in class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
-
Controls whether to play a beep sound after a successful detection.
Default value is TRUE.
- setTopBarBackgroundColor(topBarBackgroundColor) - Method in class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
-
Background color of the top toolbar.
- setTopBarButtonsColor(topBarButtonsColor) - Method in class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
-
Color of the titles of all buttons in the top toolbar.
- setTopBarButtonsInactiveColor(topBarButtonsInactiveColor) - Method in class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
-
The color of the inactive flash button in the toolbar.
- setUseButtonsAllCaps(allCaps) - Method in class io.scanbot.sdk.ui.view.barcode.configuration.BarcodeScannerConfiguration
-
Controls whether buttons should use all capitals style
- State(barcodes) - Constructor for class io.scanbot.sdk.ui.view.barcode.batch.IBatchBarcodeListView.State
-
- State() - Constructor for class io.scanbot.sdk.ui.view.barcode.batch.IBatchBarcodeListView.State
-
- State(cameraOpened, cameraClosed, stopNewFrames, cameraPermissionGranted, flash) - Constructor for class io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.State
-
- State() - Constructor for class io.scanbot.sdk.ui.view.barcode.IBarcodeCameraView.State
-
- State.Companion - Class in io.scanbot.sdk.ui.view.barcode.batch
-
- State.Companion - Class in io.scanbot.sdk.ui.view.barcode
-
- submitButtonClick() - Method in class io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListPresenter
-
User wants to finish the flow
- submitButtonClick() - Method in interface io.scanbot.sdk.ui.view.barcode.batch.IBatchBarcodeListView.Listener
-
User wants to finish the flow
- SwipeableViewHolder(viewBinding) - Constructor for class io.scanbot.sdk.ui.view.barcode.batch.BatchBarcodeListView.SwipeableViewHolder
-
Represents a view holder with a swipable part