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

    Class NotificationServiceNotification

    A structure that represents a notification within the NotificationService web API.

    Index
    • get isRead(): boolean

      Specifies whether the notification was marked as read or not.

      Returns boolean

    • set isRead(value: boolean): void

      Parameters

      • value: boolean

      Returns void

    • get markAsReadDate(): string

      Specifies the date when the notification was marked as read.

      Returns string

    • set markAsReadDate(value: string): void

      Parameters

      • value: string

      Returns void

    • get notificationUUID(): UUID

      Specifies the unique ID of the notification. Can be used to mark the notification as read.

      Returns UUID

    • set notificationUUID(value: UUID): void

      Parameters

      Returns void

    • get projectUUID(): UUID

      The UUID of the project where the notification was sent to.

      Returns UUID

    • set projectUUID(value: UUID): void

      Parameters

      Returns void

    • get text(): string

      The text of the notification. This can be anything and is set by the server. It describes what the notification is.

      Returns string

    • set text(value: string): void

      Parameters

      • value: string

      Returns void