Barcode Check View Settings
Defined in framework ScanditBarcodeCapture
- SDCBarcodeCheckViewSettings
@interface SDCBarcodeCheckViewSettings : NSObject
Added in version 7.1.0
- soundEnabled
@property (nonatomic, assign)
BOOL
soundEnabledAdded in version 7.1.0
Indicates whether the feedback should have sound enabled.
Default is YES.
- hapticEnabled
@property (nonatomic, assign)
BOOL
hapticEnabledAdded in version 7.1.0
Indicates whether the feedback should have haptics enabled.
Default is YES.
- defaultCameraPosition
@property (nonatomic, assign) SDCCameraPosition defaultCameraPosition
Added in version 7.1.0
Sets the default camera position.
Default is SDCCameraPositionWorldFacing.