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
/
Content
Content
data
class
Content
<
T
>
(
val
data
:
T
)
:
UiState
<
T
>
(
source
)
Data is available.
Members
Members & Extensions
Constructors
Content
Link copied to clipboard
constructor
(
data
:
T
)
Properties
data
Link copied to clipboard
val
data
:
T
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
.