Barcode Check View Settings

Defined in framework ScanditBarcodeCapture

SDCBarcodeCheckViewSettings
@interface SDCBarcodeCheckViewSettings : NSObject

Added in version 7.1.0

soundEnabled
@property (nonatomic, assign) BOOL soundEnabled

Added in version 7.1.0

Indicates whether the feedback should have sound enabled.

Default is YES.

hapticEnabled
@property (nonatomic, assign) BOOL hapticEnabled

Added 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.

JSONString
@property (nonatomic, nonnull, readonly) NSString *JSONString

Added in version 7.1.0

Returns the JSON representation of the barcode check view settings.