Agora Java API Reference for Android
|
Public Member Functions | |
void | onSuccess (T responseInfo) |
void | onFailure (ErrorInfo errorInfo) |
The ResultCallback interface contains callbacks indicating the results of a method call:
void io.agora.rtm.ResultCallback< T >.onSuccess | ( | T | responseInfo | ) |
Occurs when a method call succeeds.
responseInfo | The response information. Can be set as void. |
void io.agora.rtm.ResultCallback< T >.onFailure | ( | ErrorInfo | errorInfo | ) |
Occurs when a method call fails.
errorInfo | The error code. See ErrorInfo. |