toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
app
/
edu.stanford.bdh.engagehf.health.weight.bottomsheet
/
AddWeightBottomSheetViewModel
Add
Weight
Bottom
Sheet
View
Model
class
AddWeightBottomSheetViewModel
:
ViewModel
Members
Types
Action
Link copied to clipboard
sealed
interface
Action
Properties
ui
State
Link copied to clipboard
val
uiState
:
StateFlow
<
AddWeightBottomSheetUiState
>
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
get
Closeable
Link copied to clipboard
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?
on
Action
Link copied to clipboard
fun
onAction
(
action
:
AddWeightBottomSheetViewModel.Action
)