Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-repository
/
org.meshtastic.core.repository
/
Notification
/
Notification
Notification
constructor
(
title
:
String
,
message
:
String
,
type
:
Notification.Type
=
Type.Info
,
category
:
Notification.Category
=
Category.Message
,
contactKey
:
String
?
=
null
,
isSilent
:
Boolean
=
false
,
group
:
String
?
=
null
,
id
:
Int
?
=
null
)
(
source
)