Delegate ConvEventCallback
Callback for conversation event
Namespace: com.tencent.imsdk.unity.callback
Assembly: cs.temp.dll.dll
Syntax
public delegate void ConvEventCallback(TIMConvEvent conv_event, List<ConvInfo> conv_list, string user_data);
Parameters
| Type | Name | Description |
|---|---|---|
| TIMConvEvent | conv_event | |
| System.Collections.Generic.List<ConvInfo> | conv_list | |
| System.String | user_data |