Barcode Find View Settings
Defined in framework ScanditBarcodeCapture
- SDCBarcodeFindViewSettings
@interface SDCBarcodeFindViewSettings : NSObject
Added in version 6.18.0
- inListItemColor
@property (nonatomic, strong) UIColor *inListItemColor
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
@property (nonatomic, strong) UIColor *notInListItemColor
Added in version 6.18.0
The color for the overlay of an item that is not n the list of items to find.
Default is #FFFFFF.
- soundEnabled
@property (nonatomic, assign)
BOOL
soundEnabledAdded in version 6.18.0
Indicates whether audio feedback should be enabled.
Default is YES.
- hapticEnabled
@property (nonatomic, assign)
BOOL
hapticEnabledAdded in version 6.18.0
Indicates whether haptic feedback should be enabled.
Default is YES.
- hardwareTriggerEnabled
@property (nonatomic, assign)
BOOL
hardwareTriggerEnabledAdded in version 6.23.0
Sets whether the SDCBarcodeFindView should react to clicks of the volume button. Disabled by default.