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
fun createPaymentsView(context: Context, listener: PaymentsListener? = null, props: PaymentsProps? = null, cacheKey: String? = null): View
Create a new PaymentsView for inclusion in the view hierarchy.
Link copied to clipboard
fun createPayoutsView(context: Context, listener: PayoutsListener? = null, cacheKey: String? = null): View
Create a new PayoutsView for inclusion in the view hierarchy.
Link copied to clipboard