|
ManiaScript Reference
2019-05
|
Public Types | |
| enum | ENotificationPriority { Memo, Notice, Alarm } |
Public Member Functions | |
| Void | SetRead () |
| Void | SetActivated () |
Public Attributes | |
| const Text | Title |
| const Text | Description |
| const Text | ImageUrl |
| const ENotificationPriority | Priority |
| const Boolean | HasBeenRead |
| const Boolean | HasBeenActivated |
Public Attributes inherited from CNod | |
| const Ident | Id |
A Notification.
| Void CNotificationsConsumerNotification::SetActivated | ( | ) |
The user has clicked on the Notification.
| Void CNotificationsConsumerNotification::SetRead | ( | ) |
The user has been displayed the Notification for a sufficient time.
| const Text CNotificationsConsumerNotification::Description |
| const Boolean CNotificationsConsumerNotification::HasBeenActivated |
| const Boolean CNotificationsConsumerNotification::HasBeenRead |
| const Text CNotificationsConsumerNotification::ImageUrl |
| const ENotificationPriority CNotificationsConsumerNotification::Priority |
| const Text CNotificationsConsumerNotification::Title |