Barcode Check Listener

Defined in framework ScanditBarcodeCapture

SDCBarcodeCheckListener
@protocol SDCBarcodeCheckListener <NSObject>

Added in version 7.1.0

Delegate protocol for BarcodeCheck.

- barcodeCheck:didUpdateSession:frameData:
- (void)barcodeCheck:(SDCBarcodeCheck *)barcodeCheck
    didUpdateSession:(SDCBarcodeCheckSession *)session
           frameData:(id<SDCFrameData>)frameData

Added in version 7.1.0

Invoked whenever the session has been updated.

This method is invoked from a recognition internal thread. To perform UI work, you must dispatch to the main thread first.