WithdrawFundsSdkCallback

Callback triggered when withdraw funds from a wallet or when an event occurs.

Functions

Link copied to clipboard
abstract fun onEvent(event: String, metadata: Map<String, String>?)

An event occurred in the SDK.

Link copied to clipboard
abstract fun onSuccess(withdrawTransaction: TransactionModel)

The withdraw transaction was successfully created.