EmbeddedComponentManager
class EmbeddedComponentManager @JvmOverloads constructor( publishableKey: String, fetchClientSecret: FetchClientSecret, appearance: Appearance = Appearance.default(), customFonts: List<CustomFontSource> = emptyList())
Constructors
Link copied to clipboard
constructor(publishableKey: String, fetchClientSecret: FetchClientSecret, appearance: Appearance = Appearance.default(), customFonts: List<CustomFontSource> = emptyList())
Functions
Link copied to clipboard
fun createAccountOnboardingController( activity: FragmentActivity, title: String? = null, props: AccountOnboardingProps? = null): AccountOnboardingController
Returns a controller for presenting the Account Onboarding component full screen.
Link copied to clipboard