For the complete documentation index, see llms.txt. This page is also available as Markdown.

registerDeeplinkActionHandler

Register a handler that calls back with a when a paywall's Deeplink Button is invoked

 NamiPaywallManager.registerDeeplinkActionHandler { destination in
      // Calls back with a string value as configured in the Paywall Creator
  }

Last updated