Chat SDK for Android v1.3.1
agora java chat 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 CallBack.
<T> | value The parameter type. |
void io.agora.ResultCallBack< T >.onResult | ( | final int | code, |
T | value | ||
) |
Callback result
code | Reference Error code |
value | The class type of value is T. |