NotificationChannelRegistry

Compatibility class for registering notification channels.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Like createNotificationChannel, but the channel is not created with the NotificationManager until it is accessed with getNotificationChannel.

Link copied to clipboard

Adds a notification channel and saves it to disk. This method is a no-op if a channel is already created with the same identifier. Also creates an equivalent NotificationChannel with NotificationManager.

Link copied to clipboard

Deletes a notification channel, by identifier. Also deletes the equivalent NotificationChannel on NotificationManager.

Link copied to clipboard

Gets a notification channel by identifier.

Link copied to clipboard

Gets a notification channel by identifier.

Link copied to clipboard

Gets a notification channel by identifier.