NotificationChannelRegistry
Compatibility class for registering notification channels.
Functions
Like createNotificationChannel, but on Android O and above, the channel will not be created with the NotificationManager until it is accessed with getNotificationChannel.
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. On Android O and above, this method will also create an equivalent NotificationChannel with NotificationManager.
Deletes a notification channel, by identifier. On Android O and above, this method will also delete the equivalent NotificationChannel on NotificationManager.
Gets a notification channel by identifier.
Gets a notification channel by identifier.
Gets a notification channel by identifier.