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