|
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 |
|
) |
| |
Mehtod invoked when encounter error
- See also
- EMError
- Parameters
-
code | error code |
error | contain description of error. |
void com.hyphenate.EMCallBack.onProgress |
( |
int |
progress, |
|
|
String |
status |
|
) |
| |
Method invoked for progress updating.
- Parameters
-
progress | |
status | contain progress literal description. May be "", or null. |
The documentation for this interface was generated from the following file:
- hyphenatechatsdk/src/com/hyphenate/EMCallBack.java