Skip to content

Offline Game Notification Protocol

Yannik Marchand edited this page Jan 27, 2021 · 1 revision

NEX Protocols > Offline Game Notifications (71)

Method ID Method Name
1 PollNotifications
2 PollSpecificOfflineNotifications
3 PollAnyOfflineNotifications

(1) PollNotifications

Request

This method does not take any parameters.

Response

Type Name
List<NotificationEvent> listNotifications
Uint32 nbRemainingNotifs

(2) PollSpecificOfflineNotifications

Request

Type Name
List<Uint32> majortype

Response

Type Name
List<TimedNotification> listTimedNotification
Uint32 ret

(3) PollAnyOfflineNotifications

Request

This method does not take any parameters.

Response

Type Name
List<TimedNotification> listTimedNotification
Uint32 nbRemainingNotifs

Types

TimedNotification (Structure)

Type Name
DateTime timestamp
NotificationEvent Notification
Clone this wiki locally