Note
The Barcode Count mapping API is still in beta and may change in future versions of Scandit Data Capture SDK.
Barcode Count Mapping Flow Settings
Defined in package com.scandit.datacapture.barcode.count.capture.map
- BarcodeCountMappingFlowSettings
class BarcodeCountMappingFlowSettings
Added in version 7.1.0
Settings used with the BarcodeCount mapping flow.
- BarcodeCountMappingFlowSettings()
BarcodeCountMappingFlowSettings()
Added in version 7.1.0
Creates a new BarcodeCountMappingFlowSettings instance.
- scanBarcodesGuidanceText
@NonNull String getScanBarcodesGuidanceText()
void
setScanBarcodesGuidanceText(@NonNull String value)Added in version 7.1.0
Text displayed for the initial guidance during the mapping flow. Defaults to “Tap shutter to scan all codes in batches”.
- nextButtonText
@NonNull String getNextButtonText()
void
setNextButtonText(@NonNull String value)Added in version 7.1.0
Text displayed on the “Next” button. Defaults to “Next”.
- stepBackGuidanceText
@NonNull String getStepBackGuidanceText()
void
setStepBackGuidanceText(@NonNull String value)Added in version 7.1.0
Text displayed during the mapping flow on the last screen. Defaults to “Step back to fit all codes into camera view”.
- redoScanButtonText
@NonNull String getRedoScanButtonText()
void
setRedoScanButtonText(@NonNull String value)Added in version 7.1.0
Text displayed on the “Redo map” button. Defaults to “Redo map”.