getNotificationChannelById

open fun getNotificationChannelById(notificationChannelId: String): NotificationChannel

Retrieve the NotificationChannel specified by ID (or null if the NotificationChannel does not exist)

Return

The NotificationChannel with that ID, or null if the channel is not found

Parameters

notificationChannelId

The NotificationChannel ID