OnReceiveRESTCustomData
Introduction
The callback of receiving the system messages, sent by the RESTful API from your server, event.
Returned template
OnReceiveRESTCustomData = void Function(
string groupID,
string customData
)
Return value details
name | type | description |
---|---|---|
groupID | string | The group ID. |
customData | string | The custom data carried. |