dismiss

Close a paywall if it is open

Use to close a Nami paywall programmatically if desired.

NamiPaywallManager.dismiss(animated: Bool, completion: (Void)->Void)

Parameters

  • animated: Will animate the closing of the paywall if true.

  • completion: Code to execute after paywall closure is fully complete.

Last updated