Barcode Pick Scanning Session

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

BarcodePickScanningSession
class BarcodePickScanningSession

Added in version 6.21.0

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

pickedItems
val pickedItems: Set<String>

Added in version 6.21.0

Set of barcodes represented by their data that are picked.

scannedItems
val scannedItems: Set<String>

Added in version 6.21.0

Set of barcodes represented by their data that are scanned.

toJson()
fun toJson(): String

Added in version 6.22.0

Returns the JSON representation of the session.