Barcode Pick Scanning Session

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

Note

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

BarcodePickScanningSession
class BarcodePickScanningSession

Added in version 6.21.0

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

pickedItems
@NonNull Set<@NonNull String> getPickedItems()

Added in version 6.21.0

Set of barcodes represented by their data that are picked.

scannedItems
@NonNull Set<@NonNull String> getScannedItems()

Added in version 6.21.0

Set of barcodes represented by their data that are scanned.

toJson()
@NonNull String toJson()

Added in version 6.22.0

Returns the JSON representation of the session.