hyphenate_SDK4.0 4.8.0
hyphenate java IM SDK
|
Public Member Functions | |
void | onResult (final int code, T value) |
The callback function with a parameter. For the callback function without a parameter, see EMCallBack.
<T> | value The parameter type. |
void com.hyphenate.EMResultCallBack< T >.onResult | ( | final int | code, |
T | value | ||
) |
Callback result
code | Reference EMError code |
value | The class type of value is T. |