PaymentCallback

fun interface PaymentCallback

Main callback to be executed after the payment is completed.

Functions

Link copied to clipboard
abstract fun onPaymentFinished(result: Result<PaymentResult>)

Executed when the payment is finished. Check PaymentResult.success for the status.