CommonCallbackFuns
Introduction
Common async value callback
Returned template
CommonCallbackFuns = void Function(code: number, desc: string, json_params: string, user_data?: any)
Return value details
name | type | description |
---|---|---|
code | number | Result error code: Error Codes |
desc | string | The description of the error. |
json_params | string | Callback returned data |
user_data | any | User-defined data transfered by ImSDK without any processing |