mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Implements#4054 - Add channel name to channel message notification (#4069)
This commit is contained in:
parent
55754b1612
commit
250caa7c99
3 changed files with 28 additions and 4 deletions
|
|
@ -31,7 +31,13 @@ interface MeshServiceNotifications {
|
|||
|
||||
fun updateServiceStateNotification(summaryString: String?, telemetry: TelemetryProtos.Telemetry?): Notification
|
||||
|
||||
fun updateMessageNotification(contactKey: String, name: String, message: String, isBroadcast: Boolean)
|
||||
fun updateMessageNotification(
|
||||
contactKey: String,
|
||||
name: String,
|
||||
message: String,
|
||||
isBroadcast: Boolean,
|
||||
channelName: String?,
|
||||
)
|
||||
|
||||
fun showAlertNotification(contactKey: String, name: String, alert: String)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue