app
app
/
com.example.examer.viewmodels.profileScreenViewModel
/
ProfileScreenViewModel
/
UiState
Ui
State
enum
UiState
:
Enum
<
ProfileScreenViewModel.UiState
>
Content copied to clipboard
An enum class the consists of the different UI states associated with
ProfileScreenViewModel
.
Entries
Properties
Entries
IDLE
Link copied to clipboard
IDLE
(
)
Content copied to clipboard
LOADING
Link copied to clipboard
LOADING
(
)
Content copied to clipboard
UPDATE_FAILURE
Link copied to clipboard
UPDATE_FAILURE
(
)
Content copied to clipboard
UPDATE_SUCCESS
Link copied to clipboard
UPDATE_SUCCESS
(
)
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard