Jetpack
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Jetpack
:core:ui
/
dev.atick.core.ui.utils
/
UiState
/
UiState
Ui
State
constructor
(
data
:
T
,
loading
:
Boolean
=
false
,
error
:
OneTimeEvent
<
Throwable
?
>
=
OneTimeEvent(null)
)
Parameters
T
The type of the data.