Barcode Pick Product Provider Callback
Defined in library scandit_datacapture_barcode_pick
Note
Barcode Pick is still in beta and may change in future versions of Scandit Data Capture SDK.
- BarcodePickProductProviderCallback
class BarcodePickProductProviderCallback
Added in version 6.22.0
Callback to notify that products for the given itemsData have been retrieved.
- onData(data)
void
onData(List<BarcodePickProductProviderCallbackItem> data)Added in version 6.22.0
The function to call in order to notify that products for the given scanned items have been retrieved. Each entry in the data list contains the scanned code and the (nullable) identifier of its corresponding product.