SparkScan View Settings
Defined in framework ScanditBarcodeCapture
- SDCSparkScanViewSettings
@interface SDCSparkScanViewSettings : NSObject
Added in version 6.15.0
- triggerButtonCollapseTimeout
@property (nonatomic, assign) NSTimeInterval triggerButtonCollapseTimeout
Added in version 6.15.0
The timeout to automatically switch to idle state. When set to negative value timeout is infinite.
Default is infinite.
- continuousCaptureTimeout
@property (nonatomic, assign) NSTimeInterval continuousCaptureTimeout
Added in version 6.15.0
The timeout to automatically stop capturing when the view is configured in SDCSparkScanScanningBehaviorContinuous capturing mode.
Default is 60 seconds.
- defaultScanningMode
@property (nonatomic, strong)
id
<SDCSparkScanScanningMode> defaultScanningModeAdded in version 6.16.0
Sets the default scanning mode of the view.
Default is SDCSparkScanScanningModeDefault.
- defaultTorchState
@property (nonatomic, assign) SDCTorchState defaultTorchState
Added in version 6.15.0
Sets the default torch state of the camera.
Default is SDCTorchStateOff.
- soundEnabled
@property (nonatomic, assign, getter=isSoundEnabled)
BOOL
soundEnabledAdded in version 6.16.0
Indicates whether the feedback should have sound enabled.
Default is YES.
- hapticEnabled
@property (nonatomic, assign, getter=isHapticEnabled)
BOOL
hapticEnabledAdded in version 6.16.0
Indicates whether the feedback should have haptics enabled.
Default is YES.
- defaultHandMode
@property (nonatomic, assign) SDCSparkScanViewHandMode defaultHandMode
Added in version 6.15.0
Sets the default hand mode of the view.
Default is SDCSparkScanViewHandModeRight.
- hardwareTriggerEnabled
@property (nonatomic, assign, getter=isHardwareTriggerEnabled)
BOOL
hardwareTriggerEnabledAdded in version 6.16.0
Sets whether the SDCSparkScanView should react to clicks of the volume button.
Default is NO.