Barcode Count Capture List Listener

Defined under the namespace Scandit.Datacapture.Barcode.Count

BarcodeCountCaptureListListener
interface BarcodeCountCaptureListListener

Added in version 6.17.0

The BarcodeCountCaptureList listener is the main way for hooking into BarcodeCountCaptureList. It provides a callback that is invoked when the state of target barcodes changes.

didUpdateSession(barcodeCountCaptureList, session)
didUpdateSession?(barcodeCountCaptureList: BarcodeCountCaptureList,
        session: BarcodeCountCaptureListSession): void

Added in version 6.17.0

Called after a frame processed by BarcodeCountCaptureList has caused the list to be updated.

didCompleteCaptureList(barcodeCountCaptureList, session)
didCompleteCaptureList?(barcodeCountCaptureList: BarcodeCountCaptureList,
        session: BarcodeCountCaptureListSession): void

Added in version 8.3.0

Called after when all the barcodes in the BarcodeCountCaptureList have been scanned.

Barcode Count Capture List Extended Listener