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 62747be commit 3b5521eCopy full SHA for 3b5521e
README.md
@@ -245,7 +245,7 @@ function MyComponent() {
245
246
Functions | Parameters | Type | Description |
247
----------|------------|-------|------------|
248
-markAllNotificationsAsReadByDate | startDate | ISO date string | Sets the read status of notifications to true until the given date |
+markNotificationsAsReadByDate | startDate | ISO date string | Sets the read status of notifications to true until the given date |
249
markAsRead | id | string | Set read status of a notification to true |
250
deleteNotification | id | string | Delete a notification by id |
251
deleteNotificationsByDate | startDate | ISO date string | Delete all notifications until given date |
0 commit comments