Barcode Selection Automatic Aimer Selection
Defined in library scandit_datacapture_barcode_selection
- BarcodeSelectionAimerBehavior
Added in version 8.5.0
Enum used to specify what happens when the user aims a barcode.
- toggleSelection
Added in version 8.5.0
Aiming and tapping an unselected barcode select it. Aiming and tapping an already selected barcode unselect it. The behavior does not apply when using BarcodeSelectionAutoSelectionStrategy. In this case, repeatSelection is always in used.
- repeatSelection
Added in version 8.5.0
Aiming an unselected barcode selects it. Aiming on an already selected barcode will increment the count returned by BarcodeSelectionSession.getCount().
- BarcodeSelectionAimerSelection
class BarcodeSelectionAimerSelection : BarcodeSelectionType
Added in version 6.10.0
Aimer based selection, customizable via selectionStrategy.
- BarcodeSelectionAimerSelection()
BarcodeSelectionAimerSelection()Added in version 6.10.0
Creates a new BarcodeSelectionAimerSelection instance.
- BarcodeSelectionAimerSelection.withAimerBehavior(aimerBehavior)
BarcodeSelectionAimerSelection.withAimerBehavior( BarcodeSelectionAimerBehavior aimerBehavior)
Added in version 8.5.0
Creates a new BarcodeSelectionAimerSelection instance with the specified BarcodeSelectionAimerBehavior.
- selectionStrategy
BarcodeSelectionStrategy selectionStrategy
Added in version 6.10.0
The selection strategy to use. Defaults to BarcodeSelectionManualSelectionStrategy.
- aimerBehavior
BarcodeSelectionAimerBehavior aimerBehavior
Added in version 8.5.0
Aimer behavior to use. Defaults to BarcodeSelectionAimerBehavior.repeatSelection.