toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
app
/
edu.stanford.bdh.engagehf.health
/
HealthViewModel
/
Action
Action
sealed
interface
Action
Inheritors
UpdateTab
AddRecord
Members
Types
Add
Record
Link copied to clipboard
data
class
AddRecord
(
val
tab
:
HealthTab
)
:
HealthViewModel.Action
Update
Tab
Link copied to clipboard
data
class
UpdateTab
(
val
tab
:
HealthTab
)
:
HealthViewModel.Action