hyphenate_SDK3.0
3.6.1
hyphenatejavaIMSDK
|
Public 成员函数 | |
void | onSuccess (T value) |
void | onError (final int error, final String errorMsg) |
带参数返回值的回调函数
<T> | 参数返回类型 |
void com.hyphenate.EMValueCallBack< T >.onError | ( | final int | error, |
final String | errorMsg | ||
) |
void com.hyphenate.EMValueCallBack< T >.onSuccess | ( | T | value | ) |
回调函数成功执行,并包含返回值
value | T class 返回类型是T |