NotificationManager

Platform-agnostic notification dispatch primitive. Posts opaque Notification records, cancels by id, or wipes all active notifications. Intended as the lowest layer of the notification stack.

Domain-specific notification builders (mesh message arrivals, low-battery alerts, etc.) live in MeshNotificationManager, which composes over this dispatcher.

Functions

Link copied to clipboard
abstract fun cancel(id: Int)
Link copied to clipboard
abstract fun cancelAll()
Link copied to clipboard
abstract fun dispatch(notification: Notification)