Barcode Count Capture List Session
Defined in package com.scandit.datacapture.barcode.count.capture.list
- BarcodeCountCaptureListSession
class BarcodeCountCaptureListSession
Added in version 6.15.0
The capture list session contains all the barcodes recognised so far, and how they match against the target list.
- correctBarcodes
@NonNull List<@NonNull TrackedBarcode> getCorrectBarcodes()
Added in version 6.15.0
A list of tracked barcodes that have been correctly matched to the target data provided in the list.
- wrongBarcodes
@NonNull List<@NonNull TrackedBarcode> getWrongBarcodes()
Added in version 6.15.0
A list of tracked barcodes that have been correctly scanned, but that don’t match any of the ones provided in the list.
- acceptedBarcodes
@NonNull List<@NonNull TrackedBarcode> getAcceptedBarcodes()
Added in version 7.0.0
A list of tracked barcodes that have been marked as accepted.
- rejectedBarcodes
@NonNull List<@NonNull TrackedBarcode> getRejectedBarcodes()
Added in version 7.0.0
A list of tracked barcodes that have been marked as rejected.
- missingBarcodes
@NonNull List<@NonNull TargetBarcode> getMissingBarcodes()
Added in version 6.15.0
A list of the barcodes in the target list that have not yet been correctly scanned. If no list was provided to BarcodeCountCaptureList, this list will be empty.
- additionalBarcodes
@NonNull List<@NonNull Barcode> getAdditionalBarcodes()
Added in version 6.16.0
The array of additional barcodes injected with BarcodeCount.setAdditionalBarcodes().