Agora Java API Reference for Android
Public Member Functions | List of all members
io.agora.rtc2.IRtcEngineReleaseCallback Interface Reference

The class used for asynchronously destroying the engine. More...

Public Member Functions

void onEngineReleased ()
 Occurs when the RtcEngine is released. More...
 

Detailed Description

The class used for asynchronously destroying the engine.

Since
v4.6.0

Member Function Documentation

◆ onEngineReleased()

void io.agora.rtc2.IRtcEngineReleaseCallback.onEngineReleased ( )

Occurs when the RtcEngine is released.

Postcondition
This callback is triggered when the release method is called to asynchronously release the RtcEngine object.