|
Chat SDK for Unity and Windows v1.3.1
|
Public Member Functions | |
| CustomBody (string customEvent, Dictionary< string, string > customParams=null) | |
Public Attributes | |
| string | CustomEvent |
| Dictionary< string, string > | CustomParams |
Additional Inherited Members |
The custom message body.
| AgoraChat.MessageBody.CustomBody.CustomBody | ( | string | customEvent, |
| Dictionary< string, string > | customParams = null |
||
| ) |
The constructor for the custom message body.
| customEvent | The custom event. |
| customParams | The custom params map. |
| string AgoraChat.MessageBody.CustomBody.CustomEvent |
The custom event.
| Dictionary<string, string> AgoraChat.MessageBody.CustomBody.CustomParams |
The custom params map.