Web Notification Storage Protocol - RainMz/NintendoClients GitHub Wiki

NEX Protocols > Web Notifications Storage

Method ID Method Name
1 RegisterUser
2 PollNotifications
3 UnregisterUser

(1) RegisterUser

Request

This method does not take any parameters.

Response

This method does not return anything.

(2) PollNotifications

Request

This method does not take any parameters.

Response

Type Name
String listNotifications
Sint32 nbNotifications

(3) UnregisterUser

Request

This method does not take any parameters.

Response

This method does not return anything.