Close a paywall if is open.

Use to close a Nami paywall programmatically if desired.

NamiPaywallManager.dismiss(animated: Bool, completion: (Void)->Void)
// coming soon
// coming soon
NamiPaywallManager.Dismiss();

Parameters

  • animated: Will animate the closing of the paywall if true.
  • completion: Code to execute after paywall closure is fully complete.