SignUpViewModel

class SignUpViewModel @Inject constructor(authRepository: AuthRepository) : ViewModel

ViewModel for SignUpScreen.

Parameters

authRepository

Constructors

Link copied to clipboard
@Inject
constructor(authRepository: AuthRepository)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun updateEmail(email: String)
Link copied to clipboard
fun updateName(name: String)
Link copied to clipboard
fun updatePassword(password: String)