Barcode Count Capture List
Defined in framework ScanditBarcodeCapture
- BarcodeCountCaptureList
open class BarcodeCountCaptureList : NSObject
Added in version 6.15.0
Component for BarcodeCount that allows it to scan against a list of expected barcodes.
- init
init(listener: any BarcodeCountCaptureListListener, targetBarcodes: Set<TargetBarcode>?)
Added in version 6.15.0
Constructs a new capture list component and sets an initial list of target barcodes to search for. This list may be null.
- setBarcodeDataTransformer
open func setBarcodeDataTransformer(_ barcodeDataTransformer: any BarcodeDataTransformer) ->
VoidAdded in version 7.4.0
Sets a barcode data transformer for this instance of BarcodeCountCaptureList. The transformer will be applied to transform the barcode data before matching to the target barcodes.