NotificationEvent#

Class NotificationEvent

NOTIFICATION NOTIFICATION

Hierarchy

Constructors

  • Parameters

    • message: string

      The notification message.

    • notificationLevel: string

      The level of the notification.

    Returns NotificationEvent

    Deprecated

    NotificationEvent is deprecated and will be removed in a future release.

    The NOTIFICATION event occurs if a new notification arrives.

Properties

id: number
message: string

The notification message.

notificationLevel: string

The level of the notification.

transactionCode?: string
transactionID?: number
type?: EventType