Skip to content

Commit fd55bd9

Browse files
feat: Update readme
1 parent f2df97b commit fd55bd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,10 @@ function MyComponent() {
265265

266266
Functions | Parameters | Type | Description |
267267
----------|------------|-------|------------|
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. |
269269
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. |
272272
markAllAsViewed | untilDate | ISO date string |Sets the viewed status of notifications to true until the given date |
273273

274274

0 commit comments

Comments
 (0)