SBSScanCase.h
Go to the documentation of this file.
93 @property (nonatomic, assign, readwrite) NSTimeInterval activateDurationAfterVolumeButtonRelease;
114 + (nonnull instancetype)acquireWithSettings:(nullable SBSScanCaseSettings *)settings delegate:(nullable id<SBSScanCaseDelegate>)delegate;
id< SBSScanCaseDelegate > delegate
The delegate for this scan case.
Definition: SBSScanCase.h:54
BOOL errorSoundEnabled
Whether to play an error sound when no code was scanned.
Definition: SBSScanCase.h:259
Holds settings that affect the recognition of barcodes (e.g. enabled barcode symbologies).
Definition: SBSScanCaseSettings.h:22
BOOL scanBeepEnabled
Whether to play a beep sound upon a successful scan.
Definition: SBSScanCase.h:248
Calls the Protocol for events fired by SBSScanCase, e.g. when new codes are scanned.
Definition: SBSScanCaseDelegate.h:25
NSTimeInterval activateDurationAfterVolumeButtonRelease
The duration in seconds for which the scanner should remain in active state after the volume button h...
Definition: SBSScanCase.h:93
BOOL volumeButtonToScanEnabled
Turn on/off scanning via the volume button.
Definition: SBSScanCase.h:84
UIViewController * cameraPreview
The camera preview.
Definition: SBSScanCase.h:237