Barcode Count Capture List Listener

Defined in framework ScanditBarcodeCapture

BarcodeCountCaptureListListener
protocol BarcodeCountCaptureListListener : NSObjectProtocol

Added in version 6.15.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.

captureList
open func captureList(_ captureList: BarcodeCountCaptureList, didUpdate session: BarcodeCountCaptureListSession) -> Void

Added in version 6.15.0

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

captureList
optional func captureList(_ captureList: BarcodeCountCaptureList, didCompleteWith session: BarcodeCountCaptureListSession) -> Void

Added in version 6.17.0

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

didStartObserving
optional func didStartObserving(_ captureList: BarcodeCountCaptureList) -> Void

Added in version 6.15.0

Called when the listener starts observing the BarcodeCountCaptureList instance.

didStopObserving
optional func didStopObserving(_ captureList: BarcodeCountCaptureList) -> Void

Added in version 6.15.0

Called when the listener stops observing the BarcodeCountCaptureList instance.