Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-ui
/
org.meshtastic.core.ui.viewmodel
/
UiState
/
Loading
Loading
data
object
Loading
:
UiState
<
Nothing
>
(
source
)
Data has not yet arrived.
Members & Extensions
Functions
data
Or
Null
Link copied to clipboard
fun
<
T
>
UiState
<
T
>
.
dataOrNull
(
)
:
T
?
Returns the Content data, or
null
if this state is Loading or
Error
.