Barcode Selection Strategy
Defined in framework ScanditBarcodeCapture
- BarcodeSelectionStrategy
protocol BarcodeSelectionStrategy : NSObjectProtocol
Added in version 6.6.0
The interface for all barcode selection strategies. These strategies are used to configure BarcodeSelectionAimerSelection.
- BarcodeSelectionAutoSelectionStrategy
open class BarcodeSelectionAutoSelectionStrategy : NSObject, BarcodeSelectionStrategy
Added in version 6.6.0
Barcodes are selected automatically when aiming at them as soon as the intention is understood by our internal algorithms.
- init
init()
Added in version 6.6.0
Creates a new BarcodeSelectionAutoSelectionStrategy instance.
- BarcodeSelectionManualSelectionStrategy
open class BarcodeSelectionManualSelectionStrategy : NSObject, BarcodeSelectionStrategy
Added in version 6.6.0
Barcodes are selected when aiming at them and tapping anywhere on the screen.
- init
init()
Added in version 6.6.0
Creates a new BarcodeSelectionManualSelectionStrategy instance.