IScannerCallback

Interface for callbacks on scanner lifecycle events.

Functions

Link copied to clipboard
abstract fun onError(error: ScannerError)

Callback when a scanner operation could not be run.

Link copied to clipboard
abstract fun onStarted()

Callback when the scanner is started.

Link copied to clipboard
abstract fun onStopped()

Callback when the scanner is stopped.