Skip to content

Web Notification Storage Protocol

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

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.

Clone this wiki locally