SignUpActions

sealed class SignUpActions

Actions sealed class for screen SignUpScreen

Author

Vitaliy Zarubin

Constructors

SignUpActions
Link copied to clipboard
protected fun SignUpActions()

Types

SignUp
Link copied to clipboard
data class SignUp(email: String, pass: String, fname: String, lname: String, phoneWork: String, phoneHome: String, card: String, cvc: String, bio: String) : SignUpActions

Action registration user

SignUpValidate
Link copied to clipboard
data class SignUpValidate(email: String) : SignUpActions

Validate email in back-end side

Inheritors

SignUpActions
Link copied to clipboard
SignUpActions
Link copied to clipboard