From c4ee87b99fe7f1a935e37a03facbe0cff49b9e3a Mon Sep 17 00:00:00 2001 From: Michael Ishola Date: Wed, 3 Feb 2021 17:25:45 +0100 Subject: [PATCH] Added notification grouping to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e1ce884..2126011 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ public function routeNotificationForOneSignal() - `setData($key, $value)`: Allows you to set additional data for the message payload. For more information check the [OneSignal documentation](https://documentation.onesignal.com/reference). - `setParameter($key, $value)`: Allows you to set additional parameters for the message payload that are available for the REST API. For more information check the [OneSignal documentation](https://documentation.onesignal.com/reference). - `setImageAttachments($imageUrl)`: Allows you to set one Image to all possible Attachments [OneSignal Attachment documentation](https://documentation.onesignal.com/reference#section-attachments). +- `setGroup($group, $groupMessage)`: Set the Grouping Parameters for all available Systems (currently Android and Amazon (FireOs)) [Notification Grouping](https://documentation.onesignal.com/docs/how-notifications-work#notification-grouping). ### Button usage