Barcode Count Capture List Listener

Defined in framework ScanditBarcodeCapture

SDCBarcodeCountCaptureListListener
@protocol SDCBarcodeCountCaptureListListener <NSObject>

Added in version 6.15.0

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

- captureList:didUpdateSession:
- (void)captureList:(SDCBarcodeCountCaptureList *)captureList
   didUpdateSession:(SDCBarcodeCountCaptureListSession *)session

Added in version 6.15.0

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

- captureList:didCompleteWithSession:
- (void)captureList:(SDCBarcodeCountCaptureList *)captureList
didCompleteWithSession:(SDCBarcodeCountCaptureListSession *)session

Added in version 6.17.0

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

- didStartObservingCaptureList:
- (void)didStartObservingCaptureList:(SDCBarcodeCountCaptureList *)captureList

Added in version 6.15.0

Called when the listener starts observing the SDCBarcodeCountCaptureList instance.

- didStopObservingCaptureList:
- (void)didStopObservingCaptureList:(SDCBarcodeCountCaptureList *)captureList

Added in version 6.15.0

Called when the listener stops observing the SDCBarcodeCountCaptureList instance.