![]() |
ManiaScript Trackmania 2020
14/07/2025
|
A Notification. More...
#include <2025_07_14.h>
Public Types | |
| enum | ENotificationPriority { Memo, Notice, Alarm } |
Public Member Functions | |
| Void | SetRead () |
| Void | SetActivated () |
Public Attributes | |
| Text const | Title |
| Text const | Description |
| Text const | ImageUrl |
| CNotificationsConsumerNotification::ENotificationPriority const | Priority |
| Boolean const | HasBeenRead |
| Boolean const | HasBeenActivated |
Public Attributes inherited from CNod | |
| Ident const | Id |
A Notification.
Definition at line 20675 of file 2025_07_14.h.
| Enumerator | |
|---|---|
| Memo | |
| Notice | |
| Alarm | |
Definition at line 20680 of file 2025_07_14.h.
| Void CNotificationsConsumerNotification::SetActivated | ( | ) |
The user has clicked on the Notification.
| Void CNotificationsConsumerNotification::SetRead | ( | ) |
The user has been displayed the Notification for a sufficient time.
| Text const CNotificationsConsumerNotification::Description |
Definition at line 20692 of file 2025_07_14.h.
| Boolean const CNotificationsConsumerNotification::HasBeenActivated |
Definition at line 20708 of file 2025_07_14.h.
| Boolean const CNotificationsConsumerNotification::HasBeenRead |
Definition at line 20704 of file 2025_07_14.h.
| Text const CNotificationsConsumerNotification::ImageUrl |
Definition at line 20696 of file 2025_07_14.h.
| CNotificationsConsumerNotification::ENotificationPriority const CNotificationsConsumerNotification::Priority |
Definition at line 20700 of file 2025_07_14.h.
| Text const CNotificationsConsumerNotification::Title |
Definition at line 20688 of file 2025_07_14.h.