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
Alert
Data
androidJvm
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()
)
(
source
)
Members
Constructors
Alert
Data
Link copied to clipboard
androidJvm
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
androidJvm
val
choices
:
Map
<
String
,
(
)
->
Unit
>
html
Link copied to clipboard
androidJvm
val
html
:
String
?
message
Link copied to clipboard
androidJvm
val
message
:
String
?
on
Confirm
Link copied to clipboard
androidJvm
val
onConfirm
:
(
)
->
Unit
?
on
Dismiss
Link copied to clipboard
androidJvm
val
onDismiss
:
(
)
->
Unit
?
title
Link copied to clipboard
androidJvm
val
title
:
String