Methods
| 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 |