ListAddressesSdkCallback

Callback to be called when a list of addresses is returned or when an event occurs.

Functions

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

An event occurred in the SDK.

Link copied to clipboard
abstract fun onSuccess(addresses: List<AddressDetailsModel>)

The list of addresses was successfully returned.