ConvEventCallback
introduction
Callback for conversation event
Returned template
void ConvEventCallback(TIMConvEvent conv_event, List<ConvInfo> conv_list, string user_data)
Return value details
| name | type | description |
|---|---|---|
| conv_event | TIMConvEvent | Conversation event type, please check TIMConvEvent |
| conv_list | List< ConvInfo > | Conversation list |
| user_data | string | User-defined data transfered by ImSDK without any processing |