Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@ end
| :thread_id | The thread identifier for grouping notifications.
| :sound | The sound to play when the notification is received.
| :high_priority | Whether the notification should be sent with high priority (default: true).
| :google_data | The Apple-specific payload for the notification.
| :apple_data | The Google-specific payload for the notification.
| :google_data | The Google-specific payload for the notification.
| :apple_data | The Apple-specific payload for the notification.
| :data | The data payload for the notification, sent to all platforms.
| ** | Any additional attributes passed to the constructor will be merged in the `context` hash.

Expand Down