Barcode Batch Listener

Defined in library scandit_datacapture_barcode_batch

BarcodeBatchListener
abstract class 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)
Future<void> didUpdateSession(BarcodeBatch barcodeBatch,
        BarcodeBatchSession session,
        Future<FrameData> getFrameData())

Added in version 7.0.0

Invoked after Barcode Batch has completed to process a frame.