Barcode Pick Async Mapper Product Provider

Defined under the namespace Scandit.Datacapture.Barcode.Pick

BarcodePickAsyncMapperProductProvider
class BarcodePickAsyncMapperProductProvider : BarcodePickProductProvider

Added in version 6.19.0

Usage example:

constructor(productsToPick, callback)
constructor(productsToPick: BarcodePickProduct[],
        callback: BarcodePickAsyncMapperProductProviderCallback)

Added in version 6.19.0

Creates a new instance with the given set of BarcodePickProduct and callback to map items to products asynchronously.