Barcode Selection Strategy
Defined in package com.scandit.datacapture.barcode.selection
- BarcodeSelectionStrategy
interface BarcodeSelectionStrategy
Added in version 6.9.0
The interface for all barcode selection strategies. These strategies are used to configure BarcodeSelectionAimerSelection.
- BarcodeSelectionAutoSelectionStrategy
class BarcodeSelectionAutoSelectionStrategy : BarcodeSelectionStrategy
Added in version 6.9.0
Barcodes are selected automatically when aiming at them as soon as the intention is understood by our internal algorithms.
- BarcodeSelectionAutoSelectionStrategy()
BarcodeSelectionAutoSelectionStrategy()
Added in version 6.9.0
Creates a new BarcodeSelectionAutoSelectionStrategy instance.
- BarcodeSelectionManualSelectionStrategy
class BarcodeSelectionManualSelectionStrategy : BarcodeSelectionStrategy
Added in version 6.9.0
Barcodes are selected when aiming at them and tapping anywhere on the screen.
- BarcodeSelectionManualSelectionStrategy()
BarcodeSelectionManualSelectionStrategy()
Added in version 6.9.0
Creates a new BarcodeSelectionManualSelectionStrategy instance.