Barcode Pick Product Provider Callback Item
Defined under the namespace Scandit.Datacapture.Barcode.Pick
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.22.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)
- constructor(itemData, productIdentifier)
constructor(itemData: string, productIdentifier: string | null)
Added in version 6.22.0
Constructs a new instance containing the provided itemData and nullable productIdentifier.