Barcode Count Capture List
Defined in package com.scandit.datacapture.barcode.count.capture.list
- BarcodeCountCaptureList
class BarcodeCountCaptureList
Added in version 6.14.0
Component for BarcodeCount that allows it to scan against a list of expected barcodes.
- create(listener, targetBarcodes)
static @NonNull BarcodeCountCaptureList create(@NonNull BarcodeCountCaptureListListener listener, @NonNull List<@NonNull TargetBarcode> targetBarcodes)
Added in version 6.14.0
Constructs a new capture list component and sets an initial list of target barcodes to search for. This list may be null.
- setBarcodeDataTransformer(transformer)
void
setBarcodeDataTransformer(@NonNull BarcodeDataTransformer transformer)Added 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.