|
hyphenate_SDK3.0
3.8.1
hyphenatejavaIMSDK
|
被 com.hyphenate.chat.EMMessage.EMCallbackHolder 继承.
Public 成员函数 | |
| void | onSuccess () |
| void | onError (int code, String error) |
| void | onProgress (int progress, String status) |
通用的回调函数接口
| void com.hyphenate.EMCallBack.onError | ( | int | code, |
| String | error | ||
| ) |
| void com.hyphenate.EMCallBack.onProgress | ( | int | progress, |
| String | status | ||
| ) |
刷新进度的回调函数
| progress | 进度信息 |
| status | 包含文件描述的进度信息, 如果SDK没有提供,结果可能是"", 或者null。 |
| void com.hyphenate.EMCallBack.onSuccess | ( | ) |
程序执行成功时执行回调函数。
1.8.10