toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
app
/
edu.stanford.bdh.engagehf.health
/
HealthViewModel
/
UiState
Ui
State
data
class
UiState
(
val
tabs
:
List
<
HealthTab
>
=
HealthTab.entries
,
val
selectedTab
:
HealthTab
=
tabs.first()
)
Members
Constructors
Ui
State
Link copied to clipboard
constructor
(
tabs
:
List
<
HealthTab
>
=
HealthTab.entries
,
selectedTab
:
HealthTab
=
tabs.first()
)
Properties
selected
Tab
Link copied to clipboard
val
selectedTab
:
HealthTab
selected
Tab
Index
Link copied to clipboard
val
selectedTabIndex
:
Int
tabs
Link copied to clipboard
val
tabs
:
List
<
HealthTab
>