| before |
String |
Notifications occurring before this ISO 8601 formatted date string to mark as
read, unread, seen, or unseen. If unspecified, defaults to the current date
and time. |
Optional |
49.0 |
| notificationIds |
String[] |
List of up to 50 notification IDs to mark as read, unread, seen, or
unseen. This property can’t be used with the before property.
|
Optional |
49.0 |
| read |
Boolean |
Marks notifications as read (true) or
unread (false). If notifications are marked as read, they are also marked as seen. If you
set read to true and seen to false, you get an error.
|
Required if seen isn’t specified |
49.0 |
| seen |
Boolean |
Marks notifications as seen (true) or
unseen (false). |
Required if read isn’t specified |
49.0 |