Skip to content

Commit

Permalink
(Android) Doc: Add documention for notification_android_id
Browse files Browse the repository at this point in the history
  • Loading branch information
ollm committed Oct 4, 2021
1 parent 46531c0 commit aef9df4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1321,6 +1321,9 @@ On Android:

The following Android-specific keys are supported and should be placed inside the `data` section:

- `notification_android_id` - Identifier used to replace existing notifications in the notification drawer
- If not specified, each request creates a new notification.
- If specified and a notification with the same tag is already being shown, the new notification replaces the existing one in the notification drawer.
- `notification_android_icon` - name of a [custom notification icon](#android-custom-notification-icons) in the drawable resources
- if not specified, the plugin will use the default `notification_icon` if it exists; otherwise the default app icon will be displayed
- if a [large icon](#android-large-notification-icon) has been defined, it will also be displayed in the system notification.
Expand Down

0 comments on commit aef9df4

Please sign in to comment.