Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.model
/
UIViewModel
/
showAlert
show
Alert
fun
showAlert
(
title
:
String
,
message
:
String
?
=
null
,
html
:
String
?
=
null
,
onConfirm
:
(
)
->
Unit
?
=
{}
,
dismissable
:
Boolean
=
true
,
choices
:
Map
<
String
,
(
)
->
Unit
>
=
emptyMap()
)