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.

loadingDialogTextForPicking
String loadingDialogTextForPicking

Added in version 7.3.0

Configures the text shown by the loading dialog when picking.

loadingDialogTextForUnpicking
String loadingDialogTextForUnpicking

Added in version 7.3.0

Configures the text shown by the loading dialog when unpicking.

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.

showFinishButton
bool showFinishButton

Added in version 6.22.0

Indicates whether the finish button should be shown to the user. Default is true.

showPauseButton
bool showPauseButton

Added in version 6.22.0

Indicates whether the pause button should be shown to the user. Default is true.

showZoomButton
bool showZoomButton

Added in version 7.3.0

Indicates whether the zoom button should be shown to the user. When clicked, it will switch between CameraSettings.zoomFactor and CameraSettings.zoomGestureZoomFactor, which default to 1x and 2x respectively when using BarcodePick.recommendedCameraSettings. Default is false.

zoomButtonPosition
Anchor zoomButtonPosition

Added in version 7.3.0

Indicates the position where the zoom button will be shown to the user. If this position is shared with other controls, all of them will be shown in a row. Default is Anchor.bottomLeft.

showTorchButton
bool showTorchButton

Added in version 7.3.0

Indicates whether the torch button should be shown to the user. Default is false.

torchButtonPosition
Anchor torchButtonPosition

Added in version 7.3.0

Indicates the position where the torch button will be shown to the user. If this position is shared with other controls, all of them will be shown in a row. Default is Anchor.topLeft.

tapShutterToPauseGuidelineText
String tapShutterToPauseGuidelineText

Added in version 7.3.0

Configures the text shown to suggest the user to pause the scanning to pick items.

uiButtonsOffset
DoubleWithUnit? uiButtonsOffset

Added in version 7.3.0

Can be used to specify the vertical offset (for Portrait, horizontal for Landscape) for the UI buttons.

Will be applied only when running on Android. Default value is 32dp.

hardwareTriggerEnabled
bool hardwareTriggerEnabled

Added in version 7.3.0

hardwareTriggerKeyCode
int? hardwareTriggerKeyCode

Added in version 7.3.0

The button that acts as a scan trigger. Leave null to use the default button (The default button will be the dedicated HW button on XCover devices, and “volume down” key for other devices). This is only taken into consideration if hardwareTriggerEnabled is true.

filterHighlightSettings
BarcodeFilterHighlightSettings? filterHighlightSettings

Added in version 7.3.0

Use this property to configure the appearance of the barcodes that are filtered. Default is null, filtered barcodes won’t be visualized.