Mesh Service Notifications Impl
class MeshServiceNotificationsImpl @Inject constructor(context: Context) : MeshServiceNotifications(source)
Manages the creation and display of all app notifications.
This class centralizes notification logic, including channel creation, builder configuration, and displaying notifications for various events like new messages, alerts, and service status changes.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Creates all necessary notification channels on devices running Android O or newer. This should be called once when the service is created.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun updateMessageNotification(contactKey: String, name: String, message: String, isBroadcast: Boolean)
Link copied to clipboard
open override fun updateServiceStateNotification(summaryString: String?, telemetry: TelemetryProtos.Telemetry?): Notification