UserInput

sealed class UserInput

Valid user input into the inline sign up view.

Types

Link copied to clipboard
data class SignIn(val email: String) : UserInput

Represents an input that is valid for signing in to a link account.

Link copied to clipboard
data class SignUp(val email: String, val phone: String, val country: String, val name: String?) : UserInput

Represents an input that is valid for signing up to a link account.

Inheritors

Link copied to clipboard
Link copied to clipboard