RSX Code Reference
    Preparing search index...
    • rsx
    • NotificationService

    Class NotificationService

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

    Index
    • 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.

      • OptionalprojectUUID: UUID

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

      Returns UncertainAsyncOp<void, 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.

      • OptionalprojectUUID: UUID

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

      Returns UncertainAsyncOp<void, string>

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