Barcode AR Listener

Defined in framework ScanditBarcodeCapture

BarcodeArListener
protocol BarcodeArListener : NSObjectProtocol

Added in version 7.1.0

Listener interface for BarcodeAr.

barcodeAr
optional func barcodeAr(_ barcodeAr: BarcodeAr, didUpdate session: BarcodeArSession, frameData: any FrameData) -> Void

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.