Default

The default implementation of NotificationManager on the platform.

Functions

Link copied to clipboard
open suspend override fun cancel(notificationId: NotificationId)

Cancels a pending or delivered notification.

Link copied to clipboard
open suspend override fun cancelAll()

Cancels all pending and delivered notifications.

Link copied to clipboard
open suspend override fun notify(notification: Notification, notificationId: NotificationId?): NotificationId

Posts or updates a notification to be shown in the status bar.