Agora Java API Reference for Android
Public Member Functions | List of all members
io.agora.rte.callback.AsyncCallback Interface Reference

Callback for asynchronous operation result. More...

Public Member Functions

void onResult (Error error)
 

Detailed Description

Callback for asynchronous operation result.

Since
v4.4.0

Call timing: The SDK triggers this callback when the asynchronous operation is completed to report the result.

Parameters
errorStatus or error code. See Error for details.