Barcode Pick Product Provider Callback Item
Defined in package com.scandit.datacapture.barcode.pick.data
Note
Barcode Pick is still in beta and may change in future versions of Scandit Data Capture SDK.
- BarcodePickProductProviderCallbackItem
class BarcodePickProductProviderCallbackItem
Added in version 6.19.0
A container class consisting of an itemData (i.e. the data of a scanned code) and a productIdentifier (i.e. the string identifier of the product of which itemData consists of)
- BarcodePickProductProviderCallbackItem()
BarcodePickProductProviderCallbackItem(@NonNull String itemData, @Nullable String productIdentifier)
Added in version 6.19.0
Constructs a new instance containing the provided itemData and nullable productIdentifier.