Chat SDK for Android v1.2.1
agora java chat SDK
Public Member Functions | List of all members
io.agora.ResultCallBack< T > Interface Template Reference

Public Member Functions

void onResult (final int code, T value)
 

Detailed Description

The callback function with a parameter. For the callback function without a parameter, see CallBack.

Parameters
<T>value The parameter type.

Member Function Documentation

◆ onResult()

void io.agora.ResultCallBack< T >.onResult ( final int  code,
value 
)

Callback result

Parameters
codeReference Error code
valueThe class type of value is T.

The documentation for this interface was generated from the following file: