Barcode Check Listener

Defined in package com.scandit.datacapture.barcode.check.capture

BarcodeCheckListener
interface BarcodeCheckListener

Added in version 7.1.0

Listener interface for BarcodeCheck.

onSessionUpdated(barcodeCheck, session, frameData)
void onSessionUpdated(@NonNull BarcodeCheck barcodeCheck,
        @NonNull BarcodeCheckSession session,
        @NonNull FrameData 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.

onObservationStarted(barcodeCheck)
void onObservationStarted(@NonNull BarcodeCheck barcodeCheck)

Added in version 7.1.0

Called when the listener starts observing the BarcodeCheck session.

onObservationStopped(barcodeCheck)
void onObservationStopped(@NonNull BarcodeCheck barcodeCheck)

Added in version 7.1.0

Called when the listener stops observing the BarcodeCheck session.