toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
app
/
edu.stanford.bdh.engagehf.health.components
/
ItemsDialog
Items
Dialog
@
Composable
fun
ItemsDialog
(
title
:
String
,
items
:
List
<
String
>
,
onDismissRequest
:
(
)
->
Unit
,
onOptionSelected
:
(
Int
)
->
Unit
)