We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3bb82f commit a8e4cf9Copy full SHA for a8e4cf9
CHANGELOG.md
@@ -21,6 +21,11 @@ UPCOMING
21
- Added `messagingCustomPayload` property to `BatchMessagingEventPayload` (only for In-App Message).
22
- Added `pushPayload` property to `BatchMessagingEventPayload` (only for Landing Mobile).
23
24
+**Inbox**
25
+- Added `isSilent` property to `IInboxNotification`.
26
+- Added `setFilterSilentNotifications` method to `BatchInboxFetcher`. Default value is true.
27
+- ⚠️ BREAKING: `body` property from `IInboxNotification` is now nullable since the inbox fetcher may not filter silent notifications.
28
+
29
30
9.0.2
31
----
0 commit comments