You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -265,10 +265,10 @@ function MyComponent() {
265
265
266
266
Functions | Parameters | Type | Description |
267
267
----------|------------|-------|------------|
268
-
markAsReadByDate | options | { startDate: ISO date string, <br>isRead?: boolean } | Sets the read status of notifications until the given start date. <br> isRead filters notifications based on their read status. |
268
+
markAsReadByDate | options | { startDate: ISO date string, <br>isRead?: boolean } | Updates the read status of notifications. <br>startDate- To set the read status of notifications up to the specified date. <br> isRead- Filters notifications based on their read status. |
269
269
markAsReadById | id | string | Set read status of a notification to true |
270
-
deleteById | id, shouldUpdateList | id: string, <br>shouldUpdateList?: boolean | Delete a notification by id |
271
-
deleteByDate | options | { startDate: ISO date string, <br>isRead?: boolean } | Delete all notifications until given start date. <br>isRead filters notifications based on their read status. |
270
+
deleteById | id | string | Delete a notification by id |
271
+
deleteByDate | options | { startDate: ISO date string, <br>isRead?: boolean } | Delete all notifications until given start date. <br>startDate- To specify the date until which notifications are deleted. <br> isRead- Filters notifications based on their read status. |
272
272
markAllAsViewed | untilDate | ISO date string |Sets the viewed status of notifications to true until the given date |
0 commit comments