Public 成员函数 | |
| void | onProgress (V2TIMElem.V2ProgressInfo progressInfo) |
| void | onSuccess () |
| void | onError (int code, String desc) |
| void onProgress | ( | V2TIMElem.V2ProgressInfo | progressInfo | ) |
文件下载进度
| progressInfo | 进度信息 |
|
inherited |
成功时回调
|
inherited |
出错时回调
| code | 错误码,详细描述请参见错误码表 |
| desc | 错误描述 |