Barcode AR Listener

Defined in package com.scandit.datacapture.barcode.ar

BarcodeArListener
interface BarcodeArListener

Added in version 8.6.0

Listener interface for BarcodeAr.

onSessionUpdated(barcodeAr, session, frameData)
fun onSessionUpdated(barcodeAr: BarcodeAr,
        session: BarcodeArSession,
        frameData: FrameData)

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