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
Alert
Data
data
class
AlertData
(
val
title
:
String
,
val
message
:
String
?
=
null
,
val
html
:
String
?
=
null
,
val
onConfirm
:
(
)
->
Unit
?
=
null
,
val
onDismiss
:
(
)
->
Unit
?
=
null
,
val
choices
:
Map
<
String
,
(
)
->
Unit
>
=
emptyMap()
)
Members
Constructors
Alert
Data
Link copied to clipboard
constructor
(
title
:
String
,
message
:
String
?
=
null
,
html
:
String
?
=
null
,
onConfirm
:
(
)
->
Unit
?
=
null
,
onDismiss
:
(
)
->
Unit
?
=
null
,
choices
:
Map
<
String
,
(
)
->
Unit
>
=
emptyMap()
)
Properties
choices
Link copied to clipboard
val
choices
:
Map
<
String
,
(
)
->
Unit
>
html
Link copied to clipboard
val
html
:
String
?
=
null
message
Link copied to clipboard
val
message
:
String
?
=
null
on
Confirm
Link copied to clipboard
val
onConfirm
:
(
)
->
Unit
?
=
null
on
Dismiss
Link copied to clipboard
val
onDismiss
:
(
)
->
Unit
?
=
null
title
Link copied to clipboard
val
title
:
String