hyphenate_SDK3.0
3.8.6.1
hyphenate java IM SDK
|
Public Member Functions | |
void | onSuccess (T value) |
void | onError (final int error, final String errorMsg) |
Callback with return value Callback without return value, see EMCallBack
<T> | value Return type |
void com.hyphenate.EMValueCallBack< T >.onError | ( | final int | error, |
final String | errorMsg | ||
) |
Callback when request fails
error | Error code, see EMError |
errorMsg | Error description |
void com.hyphenate.EMValueCallBack< T >.onSuccess | ( | T | value | ) |
Callback on request successfully
value | T class passed by app |