hyphenate_SDK3.0 3.9.9.2
hyphenate java IM SDK
|
Public 成员函数 | |
void | onSuccess (T value) |
void | onError (final int error, final String errorMsg) |
带参数的回调函数。 不带参数的回调函数见 EMCallBack。
<T> | 参数类型。 |
void com.hyphenate.EMValueCallBack< T >.onError | ( | final int | error, |
final String | errorMsg | ||
) |
请求失败时的回调函数。
error | 错误代码,详见 EMError。 |
errorMsg | 错误信息。 |
void com.hyphenate.EMValueCallBack< T >.onSuccess | ( | T | value | ) |
回调函数成功执行,返回参数的值。
value | value 的 class 类型是 T。 |