Barcode Pick Async Mapper Product Provider Callback
Defined in namespace Scandit.DataCapture.Barcode.Pick.Data
Note
Barcode Pick is still in beta and may change in future versions of Scandit Data Capture SDK.
- IBarcodePickAsyncMapperProductProviderCallback
interface IBarcodePickAsyncMapperProductProviderCallback
Added in version 6.24.0
A callback to be provided to a BarcodePickAsyncMapperProductProvider object. This callback allows to retrieve asynchronously product identifiers for the given itemsData ( i.e. the scanned codes ).
- ProductIdentifierForItems()
void
ProductIdentifierForItems(IList<string
> itemsData, BarcodePickProductProviderCallback @callback)Added in version 6.24.0
From this callback async operations can be fired to retrieve the product identifiers for the provided itemsData. Once retrieved, callback.onData should be invoked with a list of BarcodePickProductProviderCallbackItem, consisting each of an itemData string and its product identifier. The product identifier can be null if not found.