Chat SDK for Unity and Windows v1.3.1
Public 成员函数 | Public 属性 | 所有成员列表
AgoraChat.MessageBody.CustomBody类 参考
类 AgoraChat.MessageBody.CustomBody 继承关系图:
AgoraChat.IMessageBody

Public 成员函数

 CustomBody (string customEvent, Dictionary< string, string > customParams=null)
 

Public 属性

string CustomEvent
 
Dictionary< string, string > CustomParams
 
- Public 属性 继承自 AgoraChat.IMessageBody
MessageBodyType Type
 

额外继承的成员函数

- 属性 继承自 AgoraChat.IMessageBody
long OperationTime [get, set]
 
string OperatorId [get, set]
 
long OperationCount [get, set]
 

详细描述

自定义消息体。

构造及析构函数说明

◆ CustomBody()

AgoraChat.MessageBody.CustomBody.CustomBody ( string  customEvent,
Dictionary< string, string >  customParams = null 
)

自定义消息体构造方法。

参数
customEvent自定义事件。
customParams自定义消息的键值对。

类成员变量说明

◆ CustomEvent

string AgoraChat.MessageBody.CustomBody.CustomEvent

自定义事件。

◆ CustomParams

Dictionary<string, string> AgoraChat.MessageBody.CustomBody.CustomParams

自定义消息的键值对。