Barcode Pick Product Provider Callback Item
Defined in framework ScanditBarcodeCapture
- BarcodePickProductProviderCallbackItem
open class BarcodePickProductProviderCallbackItem : NSObject
Added in version 6.19.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)
- init
init(itemData: String, productIdentifier: String?)
Added in version 6.19.0
Constructs a new instance containing the provided itemData and nullable productIdentifier.