hyphenate_SDK3.0
3.6.0
hyphenatejavaIMSDK
|
Public Member Functions | |
void | onSuccess () |
void | onError (int code, String error) |
void | onProgress (int progress, String status) |
The general callback interface
void com.hyphenate.EMCallBack.onError | ( | int | code, |
String | error | ||
) |
Callback when encounter error
code | error code |
error | contain description of error |
void com.hyphenate.EMCallBack.onProgress | ( | int | progress, |
String | status | ||
) |
callback for progress update
progress | |
status | contain progress description. May be empty string "" or null. |