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.

jsonString
open var jsonString: String { get }

Added in version 6.10.0

Returns the JSON representation.

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.

jsonString
open var jsonString: String { get }

Added in version 6.10.0

Returns the JSON representation.

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.

jsonString
open var jsonString: String { get }

Added in version 6.10.0

Returns the JSON representation.