Constructor AndroidNotificationChannel
AndroidNotificationChannel(string, string, string, Importance)
Create a notification channel struct with all optional fields set to default values.
Declaration
public AndroidNotificationChannel(string id, string name, string description, Importance importance)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | ID for the channel |
| string | name | Channel name |
| string | description | Channel description |
| Importance | importance | Importance of the channel |