Barcode Selection Automatic Aimer Selection#
Defined in framework ScanditBarcodeCapture
-
SDCBarcodeSelectionAimerSelection
# @interface SDCBarcodeSelectionAimerSelection
: NSObject <SDCBarcodeSelectionType>Added in version 6.6.0
Aimer based selection, customizable via selectionStrategy.
-
+ aimerSelection
# + (
instancetype
)aimerSelectionAdded in version 6.6.0
Creates a new SDCBarcodeSelectionAimerSelection instance.
-
selectionStrategy
# @property (nonatomic, strong, nonnull)
id
<SDCBarcodeSelectionStrategy> selectionStrategyAdded in version 6.6.0
The selection strategy to use. Defaults to SDCBarcodeSelectionManualSelectionStrategy.
-