Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-ui
/
org.meshtastic.core.ui.util
/
SnackbarManager
/
SnackbarEvent
/
SnackbarEvent
Snackbar
Event
constructor
(
message
:
String
,
actionLabel
:
String
?
=
null
,
withDismissAction
:
Boolean
=
false
,
duration
:
SnackbarDuration
=
SnackbarDuration.Short
,
onAction
:
(
)
->
Unit
?
=
null
)
(
source
)