toggle menu
app
androidJvm
switch theme
search in API
app
/
com.qwict.svkandroid.ui.viewModels
/
AuthenticationFormEvent
Authentication
Form
Event
sealed
class
AuthenticationFormEvent
Sealed class representing events that trigger changes in the authentication form state.
Inheritors
EmailChanged
PasswordChanged
ConfirmPasswordChanged
Members
Types
Confirm
Password
Changed
Link copied to clipboard
data
class
ConfirmPasswordChanged
(
val
passwordConfirm
:
String
)
:
AuthenticationFormEvent
Email
Changed
Link copied to clipboard
data
class
EmailChanged
(
val
email
:
String
)
:
AuthenticationFormEvent
Password
Changed
Link copied to clipboard
data
class
PasswordChanged
(
val
password
:
String
)
:
AuthenticationFormEvent