diff --git a/README.md b/README.md index 5898411..37b020f 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ NotificationChannelConfig |-----------------|-----------------------------------------------------------------------------------------------------------------------|----------| | id | Unique channel id | yes | | name | Notification channel name | yes | -| description | Notification channel description | no | +| description | Notification channel description | yes (Android 9+) | | importance | Notification channel importance. One of: | no | | enableVibration | Sets whether notification posted to this channel should vibrate. False by default. | no | @@ -154,4 +154,4 @@ NotificationConfig | title | Notification title | yes | | text | Notification text | yes | | icon | Icon name | yes | -| priority | Priority of this notification. One of: | no | \ No newline at end of file +| priority | Priority of this notification. One of: | no |