toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
app
/
edu.stanford.bdh.engagehf.health.symptoms
/
SymptomsViewModel
/
Action
Action
sealed
interface
Action
Inheritors
Info
SelectSymptomType
ToggleSymptomTypeDropdown
Members
Types
Info
Link copied to clipboard
data
object
Info
:
SymptomsViewModel.Action
Select
Symptom
Type
Link copied to clipboard
data
class
SelectSymptomType
(
val
symptomType
:
SymptomType
)
:
SymptomsViewModel.Action
Toggle
Symptom
Type
Dropdown
Link copied to clipboard
data
class
ToggleSymptomTypeDropdown
(
val
isExpanded
:
Boolean
)
:
SymptomsViewModel.Action