hyphenate_SDK3.0
3.5.6
hyphenatejavaIMSDK
|
Public Member Functions | |
void | onSuccess (T value) |
void | onError (final int error, final String errorMsg) |
callback with return value
<T> | value return type |
void com.hyphenate.EMValueCallBack< T >.onError | ( | final int | error, |
final String | errorMsg | ||
) |
callback on request failed
error | error of request |
errorMsg | error description |
void com.hyphenate.EMValueCallBack< T >.onSuccess | ( | T | value | ) |
callback on request successfully
value | T class passed by app |