Chat SDK for Unity and Windows v1.2.0
属性 | 所有成员列表
AgoraChat.ChatThreadEvent类 参考
类 AgoraChat.ChatThreadEvent 继承关系图:

属性

string From [get, set]
 
ChatThreadOperation Operation [get, set]
 
ChatThread ChatThread [get, set]
 

属性说明

◆ From

string AgoraChat.ChatThreadEvent.From
getset

获取子区事件发送方。

返回
子区事件发送方。

◆ Operation

ChatThreadOperation AgoraChat.ChatThreadEvent.Operation
getset

获取子区事件操作。

返回
子区事件操作。

◆ ChatThread

ChatThread AgoraChat.ChatThreadEvent.ChatThread
getset

获取子区事件中的子区内容。

返回
子区事件中的子区内容。