Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.ui.contact
/
DeleteConfirmationDialog
Delete
Confirmation
Dialog
@
Composable
fun
DeleteConfirmationDialog
(
showDialog
:
Boolean
,
selectedCount
:
Int
,
onDismiss
:
(
)
->
Unit
,
onConfirm
:
(
)
->
Unit
)