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