onPaymentFinished

abstract fun onPaymentFinished(result: Result<PaymentResult>)

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

Parameters

result

Result of the payment.

See also