Barcode Pick Session
Defined in framework ScanditBarcodeCapture
- BarcodePickSession
open class BarcodePickSession : NSObject
Added in version 6.23.0
The BarcodePick session holds the current state of a running BarcodePick.
- trackedItems
open var trackedItems: Set<String> { get }
Added in version 6.23.0
A set containing the data of all the barcodes that are currently tracked on screen.
- addedItems
open var addedItems: Set<String> { get }
Added in version 6.23.0
A set containing the data of the barcodes that were scanned in the last frame.
- trackedObjects
open var trackedObjects: Set<TrackedObject> { get }
Added in version 7.3.0
A set containing all of the objects that are currently tracked on screen.
- addedObjects
open var addedObjects: Set<TrackedObject> { get }
Added in version 7.3.0
A set containing all of the objects that were scanned in the last frame.