Delegate ValueCallback<T>
异步方法回调
Namespace: com.tencent.imsdk.unity.callback
Assembly: cs.temp.dll.dll
Syntax
public delegate void ValueCallback<T>(int code, string desc, T data, string user_data);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | code | |
| System.String | desc | |
| T | data | |
| System.String | user_data |
Type Parameters
| Name | Description |
|---|---|
| T |