toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
app
/
edu.stanford.bdh.engagehf.navigation.screens
/
Action
Action
sealed
interface
Action
Inheritors
UpdateSelectedBottomBarItem
ShowHealthSummary
ShowNotificationSettings
ShowContact
SignOut
ShowAccountDialog
DismissBottomSheet
Members
Types
Dismiss
Bottom
Sheet
Link copied to clipboard
data
object
DismissBottomSheet
:
Action
Show
Account
Dialog
Link copied to clipboard
data
class
ShowAccountDialog
(
val
showDialog
:
Boolean
)
:
Action
Show
Contact
Link copied to clipboard
data
object
ShowContact
:
Action
Show
Health
Summary
Link copied to clipboard
data
object
ShowHealthSummary
:
Action
Show
Notification
Settings
Link copied to clipboard
data
object
ShowNotificationSettings
:
Action
Sign
Out
Link copied to clipboard
data
object
SignOut
:
Action
Update
Selected
Bottom
Bar
Item
Link copied to clipboard
data
class
UpdateSelectedBottomBarItem
(
val
selectedBottomBarItem
:
BottomBarItem
)
:
Action