Chat SDK for Unity and Windows v1.3.1
|
Public 成员函数 | |
CustomBody (string customEvent, Dictionary< string, string > customParams=null) | |
Public 属性 | |
string | CustomEvent |
Dictionary< string, string > | CustomParams |
额外继承的成员函数 |
自定义消息体。
AgoraChat.MessageBody.CustomBody.CustomBody | ( | string | customEvent, |
Dictionary< string, string > | customParams = null |
||
) |
自定义消息体构造方法。
customEvent | 自定义事件。 |
customParams | 自定义消息的键值对。 |
string AgoraChat.MessageBody.CustomBody.CustomEvent |
自定义事件。
Dictionary<string, string> AgoraChat.MessageBody.CustomBody.CustomParams |
自定义消息的键值对。