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. |