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.

SDCBarcodePickScanningSession
@interface SDCBarcodePickScanningSession : NSObject

Added in version 6.21.0

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

pickedItems
@property (nonatomic, strong, readonly) NSSet<NSString *> *pickedItems

Added in version 6.21.0

Set of barcodes represented by their data that are picked.

scannedItems
@property (nonatomic, strong, readonly) NSSet<NSString *> *scannedItems

Added in version 6.21.0

Set of barcodes represented by their data that are scanned.

JSONString
@property (nonatomic, nonnull, readonly) NSString *JSONString

Added in version 6.22.0

Returns the JSON representation of the session.