![]() |
ManiaScript Trackmania 2020
30/10/2024
|
A Notification. More...
#include <2024_10_30.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 |
![]() | |
Ident const | Id |
A Notification.
Definition at line 20647 of file 2024_10_30.h.
Enumerator | |
---|---|
Memo | |
Notice | |
Alarm |
Definition at line 20652 of file 2024_10_30.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 20664 of file 2024_10_30.h.
Boolean const CNotificationsConsumerNotification::HasBeenActivated |
Definition at line 20680 of file 2024_10_30.h.
Boolean const CNotificationsConsumerNotification::HasBeenRead |
Definition at line 20676 of file 2024_10_30.h.
Text const CNotificationsConsumerNotification::ImageUrl |
Definition at line 20668 of file 2024_10_30.h.
CNotificationsConsumerNotification::ENotificationPriority const CNotificationsConsumerNotification::Priority |
Definition at line 20672 of file 2024_10_30.h.
Text const CNotificationsConsumerNotification::Title |
Definition at line 20660 of file 2024_10_30.h.