Barcode Find View Settings
Defined in framework ScanditBarcodeCapture
- BarcodeFindViewSettings
open class BarcodeFindViewSettings : NSObject
Added in version 6.18.0
- init
init()
Added in version 6.18.0
Constructs a new BarcodeFind view settings to use when creating an instance of the BarcodeFindView.
- inListItemColor
open var inListItemColor: UIColor { get, set }
Added in version 6.18.0
The color for the overlay of an item that is in the list of items to find.
Default is #2EC1CE.
- notInListItemColor
open var notInListItemColor: UIColor { get, set }
Added in version 6.18.0
The color for the overlay of an item that is not in the list of items to find.
Default is #FFFFFF.
- progressBarStartColor
open var progressBarStartColor: UIColor { get, set }
Added in version 7.4.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
open var progressBarFinishColor: UIColor { get, set }
Added in version 7.4.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
open var soundEnabled:
Bool{ get, set }Added in version 6.18.0
Indicates whether audio feedback should be enabled.
Default is true.
- hapticEnabled
open var hapticEnabled:
Bool{ get, set }Added in version 6.18.0
Indicates whether haptic feedback should be enabled.
Default is true.
- hardwareTriggerEnabled
open var hardwareTriggerEnabled:
Bool{ get, set }Added in version 6.23.0
Sets whether the BarcodeFindView should react to clicks of the volume button. Disabled by default.