Delegate ValueCallback<T>
Common callback for the async method
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 |