paywallViewDidFinishWebPaymentNavigation
open fun paywallViewDidFinishWebPaymentNavigation(view: AdaptyUIPaywallView, product: AdaptyPaywallProduct? = null, error: AdaptyError? = null)
Called when web payment navigation completes.
Parameters
view
the AdaptyUIPaywallView where navigation occurred.
product
the AdaptyPaywallProduct related to the payment, if available.
error
the AdaptyError describing the issue, or null if navigation was successful.