Package com.stripe.android.link.ui.inline

Types

Link copied to clipboard
data class InlineSignupViewState

The LinkInlineSignup view state.

Link copied to clipboard
sealed class UserInput

Valid user input into the inline sign up view.

Functions

Link copied to clipboard
fun LinkInlineSignup(    linkPaymentLauncher: LinkPaymentLauncher,     enabled: Boolean,     onStateChanged: (InlineSignupViewState) -> Unit)