registerSignInHandler

Register a sign-in provider to handle your own sign-in logic

NamiPaywallManager.registerSignInHandler { fromPaywallVC in
  // Add code to handle sign-in logic
}

Callback

  • (Apple-native only) fromPaywallVC : The paywall view controller from which the sign-in control was tapped by the user

  • (Android-native only) context : The paywall context from which the sign-in control was tapped by the user

Last updated