|
hyphenate_SDK3.0
3.1.4
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 | the error return for this request |
| errorMsg | the error description |
| void com.hyphenate.EMValueCallBack< T >.onSuccess | ( | T | value | ) |
callback on request successfully
| value | T class passed by app |
1.8.9.1