Barcode Pick View Settings
Defined in package com.scandit.datacapture.barcode.pick.ui
- BarcodePickViewSettings
class BarcodePickViewSettings
Added in version 6.19.0
Settings used to configure BarcodePickView.
- BarcodePickViewSettings()
BarcodePickViewSettings()
Added in version 6.19.0
Constructs a new BarcodePickViewSettings object with default values.
- highlightStyle
@NonNull BarcodePickViewHighlightStyle getHighlightStyle()
void
setHighlightStyle(@NonNull BarcodePickViewHighlightStyle value)Added in version 6.19.0
The highlight style used by the view.
- showLoadingDialog
boolean
getShowLoadingDialog()void
setShowLoadingDialog(boolean
value)Added in version 6.19.0
Enables or disables the loading dialog. Default is true.
- loadingDialogText
@NonNull String getLoadingDialogText()
void
setLoadingDialogText(@NonNull String value)Added in version 6.19.0
Configures the text shown by the loading dialog.
- showGuidelines
boolean
getShowGuidelines()void
setShowGuidelines(boolean
value)Added in version 6.19.0
Enables or disables the messages shown in the center of the view. Default is true.
- initialGuidelineText
@NonNull String getInitialGuidelineText()
void
setInitialGuidelineText(@NonNull String value)Added in version 6.19.0
Configures the text shown when the mode is first launched.
- moveCloserGuidelineText
@NonNull String getMoveCloserGuidelineText()
void
setMoveCloserGuidelineText(@NonNull String value)Added in version 6.19.0
Configures the text shown when there are no barcodes detected on screen.
- showHints
boolean
getShowHints()void
setShowHints(boolean
value)Added in version 6.19.0
Enables or disables the messages shown at the top of the view. Default is true.
- onFirstItemToPickFoundHintText
@NonNull String getOnFirstItemToPickFoundHintText()
void
setOnFirstItemToPickFoundHintText(@NonNull String value)Added in version 6.19.0
Configures the text shown when the first item to pick is recognized and shown on screen.
- onFirstItemPickCompletedHintText
@NonNull String getOnFirstItemPickCompletedHintText()
void
setOnFirstItemPickCompletedHintText(@NonNull String value)Added in version 6.19.0
Configures the text shown when the first item pick is completed.
- onFirstUnmarkedItemPickCompletedHintText
@NonNull String getOnFirstUnmarkedItemPickCompletedHintText()
void
setOnFirstUnmarkedItemPickCompletedHintText( @NonNull String value)Added in version 6.19.0
Configures the text shown when the first item that was not a target is picked.
- onFirstItemUnpickCompletedHintText
@NonNull String getOnFirstItemUnpickCompletedHintText()
void
setOnFirstItemUnpickCompletedHintText( @NonNull String value)Added in version 6.19.0
Configures the text shown when the user reverses a pick.
- showFinishButton
boolean
getShowFinishButton()void
setShowFinishButton(boolean
value)Added in version 6.20.0
Indicates whether the finish button should be shown to the user. Default is true.
- showPauseButton
boolean
getShowPauseButton()void
setShowPauseButton(boolean
value)Added in version 6.20.0
Indicates whether the pause button should be shown to the user. Default is true.