Barcode Batch Listener

Defined under the namespace Scandit.Datacapture.Barcode.Batch

BarcodeBatchListener
interface BarcodeBatchListener

Added in version 7.0.0

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

didUpdateSession(barcodeBatch, session, getFrameData)
didUpdateSession?(barcodeBatch: BarcodeBatch,
        session: BarcodeBatchSession,
        getFrameData: () => Promise<FrameData>): Promise<void>

Added in version 7.0.0

Invoked after Barcode Batch has completed to process a frame.