Barcode Pick State

Defined in framework ScanditBarcodeCapture

Note

Barcode Pick is still in beta and may change in future versions of Scandit Data Capture SDK.

enum BarcodePickState

Added in version 6.19.0

The possible states of an item.

ignore

Added in version 6.19.0

The item should be ignored in this session.

picked

Added in version 6.19.0

The item has been picked.

toPick

Added in version 6.19.0

The item should be picked.

unknown

Added in version 6.19.0

The item has not been mapped to a product.

jsonString
open var jsonString: String { get }

Added in version 6.19.0

Returns the string representation of the barcode pick state.

SDCBarcodePickStateFromString
open func SDCBarcodePickStateFromString(_ value: String, _ state: UnsafeMutablePointer<BarcodePickState>) -> Bool

Added in version 6.19.0