Barcode Pick Session

Defined in framework ScanditBarcodeCapture

Note

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

SDCBarcodePickSession
@interface SDCBarcodePickSession : NSObject

Added in version 6.23.0

The BarcodePick session holds the current state of a running SDCBarcodePick.

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

Added in version 6.23.0

A set containing the data of all the barcodes that are currently tracked on screen.

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

Added in version 6.23.0

A set containing the data of the barcodes that were scanned in the last frame.

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

Added in version 6.23.0

Returns the JSON representation of the session.