Jetpack
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Jetpack
:feature:auth
/
dev.atick.feature.auth.ui.signup
/
SignUpViewModel
Sign
Up
View
Model
class
SignUpViewModel
@
Inject
constructor
(
authRepository
:
AuthRepository
)
:
ViewModel
ViewModel
for
SignUpScreen
.
Parameters
auth
Repository
AuthRepository
.
Members
Constructors
Sign
Up
View
Model
Link copied to clipboard
@
Inject
constructor
(
authRepository
:
AuthRepository
)
Properties
sign
Up
Ui
State
Link copied to clipboard
val
signUpUiState
:
StateFlow
<
UiState
<
SignUpScreenData
>
>
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
get
Closeable
Link copied to clipboard
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?
register
With
Email
And
Password
Link copied to clipboard
fun
registerWithEmailAndPassword
(
activity
:
Activity
)
register
With
Google
Link copied to clipboard
fun
registerWithGoogle
(
activity
:
Activity
)
update
Email
Link copied to clipboard
fun
updateEmail
(
email
:
String
)
update
Name
Link copied to clipboard
fun
updateName
(
name
:
String
)
update
Password
Link copied to clipboard
fun
updatePassword
(
password
:
String
)