Barcode Find View Settings

Defined in library scandit_datacapture_barcode_find_ui

BarcodeFindViewSettings
class BarcodeFindViewSettings

Added in version 6.22.0

BarcodeFindViewSettings(inListItemColor, notInListItemColor, soundEnabled, hapticEnabled)
 BarcodeFindViewSettings(Color inListItemColor,
        Color notInListItemColor,
        bool soundEnabled,
        bool hapticEnabled)

Added in version 6.22.0

Constructs a new BarcodeFind view settings to use when creating an instance of the BarcodeFindView.

inListItemColor
Color get inListItemColor

Added in version 6.22.0

The color for the overlay of an item that is in the list of items to find.

Default is #2EC1CE.

notInListItemColor
Color get notInListItemColor

Added in version 6.22.0

The color for the overlay of an item that is not n the list of items to find.

Default is #FFFFFF.

soundEnabled
bool get soundEnabled

Added in version 6.22.0

Indicates whether audio feedback should be enabled.

Default is true.

hapticEnabled
bool get hapticEnabled

Added in version 6.22.0

Indicates whether haptic feedback should be enabled.

Default is true.