paywallViewDidPerformAction
Called when a user performs an action on the paywall view.
By default:
The view is dismissed if the action is AdaptyUIAction.CloseAction or AdaptyUIAction.AndroidSystemBackAction.
AdaptyUIAction.OpenUrlAction opens the provided URL.
Override this method to handle custom actions.
Parameters
view
the AdaptyUIPaywallView where the event occurred.
action
the AdaptyUIAction performed by the user.