Barcode Find View Settings
Defined in package com.scandit.datacapture.barcode.find.ui
- BarcodeFindViewSettings
class BarcodeFindViewSettingsAdded in version 8.6.0
- barcodeFindViewSettings()
fun BarcodeFindViewSettings.barcodeFindViewSettings(): BarcodeFindViewSettings
Added in version 8.6.0
Constructs a new BarcodeFind view settings to use when creating an instance of the BarcodeFindView.
- BarcodeFindViewSettings(inListItemColor, notInListItemColor, progressBarStartColor, progressBarFinishColor, soundEnabled, hapticEnabled, hardwareTriggerEnabled, hardwareTriggerKeyCode)
BarcodeFindViewSettings(inListItemColor: Color, notInListItemColor: Color, progressBarStartColor: Color, progressBarFinishColor: Color, soundEnabled: Boolean, hapticEnabled: Boolean, hardwareTriggerEnabled: Boolean, hardwareTriggerKeyCode: Int)
Added in version 8.6.0
Constructs a new BarcodeFind view settings to use when creating an instance of the BarcodeFindView.
- BarcodeFindViewSettings(inListItemColor, notInListItemColor, progressBarStartColor, progressBarFinishColor, soundEnabled, hapticEnabled)
BarcodeFindViewSettings(inListItemColor: Color, notInListItemColor: Color, progressBarStartColor: Color, progressBarFinishColor: Color, soundEnabled: Boolean, hapticEnabled: Boolean)
Added in version 8.6.0
Constructs a new BarcodeFind view settings to use when creating an instance of the BarcodeFindView.
- BarcodeFindViewSettings(inListItemColor, notInListItemColor, soundEnabled, hapticEnabled, hardwareTriggerEnabled, hardwareTriggerKeyCode)
BarcodeFindViewSettings(inListItemColor: Color, notInListItemColor: Color, soundEnabled: Boolean, hapticEnabled: Boolean, hardwareTriggerEnabled: Boolean, hardwareTriggerKeyCode: Int)
Added in version 8.6.0
Constructs a new BarcodeFind view settings to use when creating an instance of the BarcodeFindView.
- BarcodeFindViewSettings(inListItemColor, notInListItemColor, soundEnabled, hapticEnabled)
BarcodeFindViewSettings(inListItemColor: Color, notInListItemColor: Color, soundEnabled: Boolean, hapticEnabled: Boolean)
Added in version 8.6.0
Constructs a new BarcodeFind view settings to use when creating an instance of the BarcodeFindView.
- inListItemColor
val inListItemColor: Color
Added in version 8.6.0
The color for the overlay of an item that is in the list of items to find.
Default is #2EC1CE.
- notInListItemColor
val notInListItemColor: Color
Added in version 8.6.0
The color for the overlay of an item that is not in the list of items to find.
Default is #FFFFFF.
- progressBarStartColor
val progressBarStartColor: Color
Added in version 8.6.0
The color used at the start of the progress bar. The progress bar will diplay a gradient from progressBarStartColor to progressBarFinishColor.
Default is #2EC1CE.
- progressBarFinishColor
val progressBarFinishColor: Color
Added in version 8.6.0
The color used at the end of the progress bar. The progress bar will diplay a gradient from progressBarStartColor to progressBarFinishColor.
Default is #97e0e6.
- soundEnabled
var soundEnabled: Boolean
Added in version 8.6.0
Indicates whether audio feedback should be enabled.
Default is true.
- hapticEnabled
var hapticEnabled: Boolean
Added in version 8.6.0
Indicates whether haptic feedback should be enabled.
Default is true.
- hardwareTriggerEnabled
val hardwareTriggerEnabled:
BooleanAdded in version 8.6.0