Listener

interface Listener

Listener interface for QrEngagementHelper.

Functions

Link copied to clipboard
abstract fun onDeviceConnected(transport: DataTransport)

Called when a remote mdoc reader has connected.

Link copied to clipboard
abstract fun onDeviceConnecting()

Called when a remote mdoc reader is starting to connect.

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

Called when an irrecoverable error has occurred.