Barcode Pick Scanning Session

Defined in framework ScanditBarcodeCapture

Note

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

BarcodePickScanningSession
open class BarcodePickScanningSession : NSObject

Added in version 6.21.0

The BarcodePick scanning session holds the ongoing state of a running BarcodePick.

pickedItems
open var pickedItems: Set<String> { get }

Added in version 6.21.0

Set of barcodes represented by their data that are picked.

scannedItems
open var scannedItems: Set<String> { get }

Added in version 6.21.0

Set of barcodes represented by their data that are scanned.

jsonString
open var jsonString: String { get }

Added in version 6.22.0

Returns the JSON representation of the session.