Barcode Count Capture List
Defined in framework ScanditBarcodeCapture
- SDCBarcodeCountCaptureList
@interface SDCBarcodeCountCaptureList : NSObject
Added in version 6.15.0
Component for SDCBarcodeCount that allows it to scan against a list of expected barcodes.
- - initWithListener:targetBarcodes:
- (
instancetype
)initWithListener:(id
<SDCBarcodeCountCaptureListListener>)listener targetBarcodes:(nullable NSSet<SDCTargetBarcode *> *)targetBarcodesAdded 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:
- (
void
)setBarcodeDataTransformer:(id
<SDCBarcodeDataTransformer>)barcodeDataTransformerAdded 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.