Barcode Pick Session

Defined in package com.scandit.datacapture.barcode.pick.capture

BarcodePickSession
class BarcodePickSession

Added in version 6.23.0

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

trackedItems
val trackedItems: Set<String>

Added in version 6.23.0

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

addedItems
val addedItems: Set<String>

Added in version 6.23.0

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

trackedObjects
val trackedObjects: Set<TrackedObject>

Added in version 7.3.0

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

addedObjects
val addedObjects: Set<TrackedObject>

Added in version 7.3.0

A set containing all of the objects that were scanned in the last frame.

toJson()
fun toJson(): String

Added in version 7.3.0

Returns the JSON representation of the session.