WalletCallback

interface WalletCallback<R>

Interface for handling wallet-related callbacks.

Parameters

R

The type of result expected in the callback.

Functions

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

Invoked when there is an error during the wallet operation.

Link copied to clipboard
abstract fun onResult(result: R)

Invoked when the wallet operation completes successfully.