hyphenate_SDK3.0
3.8.6.1
hyphenate java IM SDK
|
Inherited by com.hyphenate.chat.EMMessage.EMCallbackHolder.
Public Member Functions | |
void | onSuccess () |
void | onError (int code, String error) |
void | onProgress (int progress, String status) |
The general callback interface Callback with return value, see EMValueCallBack
void com.hyphenate.EMCallBack.onError | ( | int | code, |
String | error | ||
) |
Callback function is called when an error occurs, see EMError
code | error code |
error | contain description of error |
void com.hyphenate.EMCallBack.onProgress | ( | int | progress, |
String | status | ||
) |
Callback function is executed when progress update
progress | progress info |
status | Contain progress description. May be empty string "" or null |
void com.hyphenate.EMCallBack.onSuccess | ( | ) |
Callback function is executed on success