Barcode Pick View Settings
Defined in library scandit_datacapture_barcode_pick_ui
Note
Barcode Pick is still in beta and may change in future versions of Scandit Data Capture SDK.
- BarcodePickViewSettings
class BarcodePickViewSettings
Added in version 6.22.0
Settings used to configure BarcodePickView.
- BarcodePickViewSettings()
BarcodePickViewSettings()
Added in version 6.22.0
Constructs a new BarcodePickViewSettings object with default values.
- highlightStyle
BarcodePickViewHighlightStyle highlightStyle
Added in version 6.22.0
The highlight style used by the view. Default is BarcodePickViewHighlightStyleRectangularWithIcons.
- showLoadingDialog
bool showLoadingDialog
Added in version 6.22.0
Enables or disables the loading dialog. Default is true.
- loadingDialogText
String loadingDialogText
Added in version 6.22.0
Configures the text shown by the loading dialog.
- showGuidelines
bool showGuidelines
Added in version 6.22.0
Enables or disables the messages shown in the center of the view. Default is true.
- initialGuidelineText
String initialGuidelineText
Added in version 6.22.0
Configures the text shown when the mode is first launched.
- moveCloserGuidelineText
String moveCloserGuidelineText
Added in version 6.22.0
Configures the text shown when there are no barcodes detected on screen.
- showHints
bool showHints
Added in version 6.22.0
Enables or disables the messages shown at the top of the view. Default is true.
- onFirstItemToPickFoundHintText
String onFirstItemToPickFoundHintText
Added in version 6.22.0
Configures the text shown when the first item to pick is recognized and shown on screen.
- onFirstItemPickCompletedHintText
String onFirstItemPickCompletedHintText
Added in version 6.22.0
Configures the text shown when the first item pick is completed.
- onFirstUnmarkedItemPickCompletedHintText
String onFirstUnmarkedItemPickCompletedHintText
Added in version 6.22.0
Configures the text shown when the first item that was not a target is picked.
- onFirstItemUnpickCompletedHintText
String onFirstItemUnpickCompletedHintText
Added in version 6.22.0
Configures the text shown when the user reverses a pick.