Method GetNotificationChannel
GetNotificationChannel(string)
Returns the notification channel with the specified id. The notification channel struct fields might not be identical to the channel struct used to initially register the channel if they were changed by the user.
Declaration
public static AndroidNotificationChannel GetNotificationChannel(string channelId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | channelId | ID of the channel to retrieve |
Returns
| Type | Description |
|---|---|
| AndroidNotificationChannel | Channel with given ID or empty struct if such channel does not exist |