|
GOG GALAXY SDK Documentation
|
Listener for the event of receiving a notification. More...
#include <IUtils.h>
Public Member Functions | |
| virtual void | OnNotificationReceived (NotificationID notificationID, uint32_t typeLength, uint32_t contentSize)=0 |
| Notification for the event of receiving a notification. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from GalaxyTypeAwareListener< NOTIFICATION_LISTENER > | |
| static ListenerType | GetListenerType () |
| Returns the type of the listener. More... | |
Listener for the event of receiving a notification.
|
pure virtual |
Notification for the event of receiving a notification.
To read the message you need to call IUtils::GetNotification().
| [in] | notificationID | The ID of the notification. |
| [in] | typeLength | The size of the type of the notification. |
| [in] | contentSize | The size of the content of the notification. |