OrderConfirmationCallback

Completion callback used to return the result of the confirmation call.

Functions

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

Delegate method which is called when an error has happened during the confirmation.

Link copied to clipboard
abstract fun onSuccess()

Delegate method which is called when a successful confirmation has happened.