Package-level declarations

Types

Link copied to clipboard

Controller for a full screen Account Onboarding component.

Link copied to clipboard
class AccountOnboardingProps(    val fullTermsOfServiceUrl: String? = null,     val recipientTermsOfServiceUrl: String? = null,     val privacyPolicyUrl: String? = null,     val skipTermsOfServiceCollection: Boolean? = null,     val collectionOptions: AccountOnboardingProps.CollectionOptions? = null) : Parcelable
Link copied to clipboard
fun interface ClientSecretProvider

Listener to provide the Connect SDK client secret from your server. Implement the provideClientSecret method to provide your client secret to the Connect SDK.

Link copied to clipboard

Listener to provide the Connect SDK client secret from your server. Implement the provideClientSecret method and use the listener parameter to provide your client secret to the Connect SDK.

Link copied to clipboard
class EmbeddedComponentManager @JvmOverloads constructor(    publishableKey: String,     clientSecretProvider: ClientSecretProvider,     appearance: Appearance = Appearance.default(),     customFonts: List<CustomFontSource> = emptyList())
Link copied to clipboard

Marks an API for Private Beta usage, meaning it can be changed or removed at any time (use at your own risk). The Stripe Connect SDK is in private beta and may be changed in the future without notice.

Link copied to clipboard

Controller for a full screen component.