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 *> *)targetBarcodes

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.