Trackmania ManiaScript Reference 2024.9.17.1117
A ManiaScript Reference of the new Trackmania.
|
A Notification. More...
#include <doc.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.
Void CNotificationsConsumerNotification::SetActivated | ( | ) |
The user has clicked on the Notification.
Void CNotificationsConsumerNotification::SetRead | ( | ) |
The user has been displayed the Notification for a sufficient time.