Meshtastic App
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.model
/
UIViewModel
/
AlertData
/
AlertData
Alert
Data
androidJvm
constructor
(
title
:
String
,
message
:
String
?
=
null
,
html
:
String
?
=
null
,
onConfirm
:
(
)
->
Unit
?
=
null
,
onDismiss
:
(
)
->
Unit
?
=
null
,
choices
:
Map
<
String
,
(
)
->
Unit
>
=
emptyMap()
)
(
source
)