TIMConvEvent
Introduction
Conversation Events
Parameter introduction
| Enumeration name | Enumeration type | value |
|---|---|---|
| kTIMConvEvent_Add | New conversation. Eg. When receiving a message from nonexistent conversation, it will create a new conversation | 0 |
| kTIMConvEvent_Del | Delete conversation | 1 |
| kTIMConvEvent_Update | Update conversation, when receiving new mesasge or unread count changed | 2 |
| kTIMConvEvent_Start | Start conversation | 3 |
| kTIMConvEvent_Finish | End conversation | 4 |