StaticgetGets a list of unread notifications for the current user on the given projectUUI.
The UUID of the project to fetch all unread notifications from.
An async op which will return all unread notifications of the current user on the project.
StaticmarkMarks all user notifications before dateString on projectUUID as read.
The date string that represents the date to mark everything as read before that date.
The UUID of the project to mark the notification as read.
An async op which will return once the server acknowledges the request.
StaticmarkMarks the given notificationUUID on projectUUID as read.
An async op which will return once the server acknowledges the request.
The notification service gives access to the user notifications on the project library cloud server.