toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
app
/
edu.stanford.bdh.engagehf.bluetooth.component
Package-level
declarations
Types
Functions
Types
App
Screen
Events
Link copied to clipboard
@
Singleton
class
AppScreenEvents
@
Inject
constructor
(
scope
:
CoroutineScope
)
Do
New
Measurement
Bottom
Sheet
Test
Identifier
Link copied to clipboard
enum
DoNewMeasurementBottomSheetTestIdentifier
:
Enum
<
DoNewMeasurementBottomSheetTestIdentifier
>
Operation
Status
Link copied to clipboard
enum
OperationStatus
:
Enum
<
OperationStatus
>
Weight
Display
Test
Identifier
Link copied to clipboard
enum
WeightDisplayTestIdentifier
:
Enum
<
WeightDisplayTestIdentifier
>
Functions
Do
New
Measurement
Bottom
Sheet
Link copied to clipboard
@
Composable
fun
DoNewMeasurementBottomSheet
(
)
Preview
Do
New
Measurement
Bottom
Sheet
Content
Link copied to clipboard
@
Composable
fun
PreviewDoNewMeasurementBottomSheetContent
(
)
Vital
Display
Link copied to clipboard
@
Composable
fun
VitalDisplay
(
modifier
:
Modifier
=
Modifier
,
vitalDisplayUiState
:
VitalDisplayData
)