Barcode Pick Product Provider

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

BarcodePickProductProviderCallback
class BarcodePickProductProviderCallback

Added in version 6.19.0

Callback to notify that products for the given itemsData have been retrieved.

onData(data)
void onData(@NonNull List<@NonNull BarcodePickProductProviderCallbackItem> data)

Added in version 6.19.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.