OnReceiveRESTCustomData
功能介绍
客户端收到,通过服务端API向群组中,发送的系统通知,的回调。
返回模板
OnReceiveRESTCustomData = void Function(
string groupID,
string customData
)
返回值详解
| 名称 | 数值类型 | 描述 | 
|---|---|---|
| groupID | string | 群 ID | 
| customData | string | 自定义数据 | 
客户端收到,通过服务端API向群组中,发送的系统通知,的回调。
OnReceiveRESTCustomData = void Function(
string groupID,
string customData
)
| 名称 | 数值类型 | 描述 | 
|---|---|---|
| groupID | string | 群 ID | 
| customData | string | 自定义数据 |