Class NotificationService

The notification service gives access to the user notifications on the project library cloud server.

Constructors

Methods

  • Marks all user notifications before dateString on projectUUID as read.

    Parameters

    • dateString: string

      The date string that represents the date to mark everything as read before that date.

    • projectUUID: UUID

      The UUID of the project to mark the notification as read.

    Returns UncertainAsyncOp<Any, string>

    An async op which will return once the server acknowledges the request.

  • Marks the given notificationUUID on projectUUID as read.

    Parameters

    • notificationUUID: UUID

      The UUID of the notification to be marked as read.

    • projectUUID: UUID

      The UUID of the project to mark the notification as read.

    Returns UncertainAsyncOp<Any, string>

    An async op which will return once the server acknowledges the request.