onWebViewClosed

abstract fun onWebViewClosed()

Called always when web view is being closed, this includes events:

  • user clicked the system back press button, without finishing the payment

  • payment was successful, onPaymentSuccess method will also be called

  • payment ended with an error, onPaymentFailure method will also be called