Package io.agora.rtm
Interface ResultCallback<T>
public interface ResultCallback<T>
The ResultCallback interface contains callbacks indicating the results of a
method call:
-
Method Summary
-
Method Details
-
onSuccess
Occurs when a method call succeeds.- Parameters:
responseInfo- The response information. Can be set as void.
-
onFailure
Occurs when a method call fails.- Parameters:
errorInfo- The error code. SeeErrorInfo.
-