Enum TIMConvEvent
Namespace: com.tencent.imsdk.unity.enums
Assembly: cs.temp.dll.dll
Syntax
public enum TIMConvEvent
Fields
Name | Description |
---|---|
kTIMConvEvent_Add | Conversation creation, which is triggered, for example, when a new conversation is created after you receive a new message. |
kTIMConvEvent_Del | Conversation deletion, which is triggered, for example, when you delete a conversation. |
kTIMConvEvent_Finish | Conversation end |
kTIMConvEvent_Start | Conversation start |
kTIMConvEvent_Update | Conversation update, which is triggered when the unread count of the conversation changes or when you receive new messages. |