|
Agora Java API Reference for Android
|
Public Member Functions | |
| void | onResult (PlayerStats playerStats, Error error) |
| This callback handles the result of the asynchronous operation to retrieve media resource statistics. More... | |
The PlayerGetStatsCallback class.
| void io.agora.rte.callback.PlayerGetStatsCallback.onResult | ( | PlayerStats | playerStats, |
| Error | error | ||
| ) |
This callback handles the result of the asynchronous operation to retrieve media resource statistics.
Call timing: The SDK triggers this callback to report the result when the asynchronous operation to retrieve media resource information is complete.
| playerStats | Statistics of the media resource. See PlayerStats for details. |
| error | Status and error information. See Error for details. |
1.8.18