KioskOpsErrorListener

fun interface KioskOpsErrorListener

Callback for non-fatal SDK operational errors.

The SDK continues operating after these errors. Implementations must be thread-safe as callbacks may fire from background threads.

Since

0.7.0

Functions

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