ValueCallback
introduction
Common async value callback
Returned template
void ValueCallback<T>(int code, string desc, T data, string user_data)
Return value details
name | type | description |
---|---|---|
code | int | Result error code: Error Codes |
desc | string | The description of the error. |
data | T | Callback returned data |
user_data | string | User-defined data transfered by ImSDK without any processing |