Agora Interactive Whiteboard Java API Reference
List of all members
com.herewhite.sdk.CommonCallbacks Interface Reference
Inheritance diagram for com.herewhite.sdk.CommonCallbacks:
com.herewhite.sdk.CommonCallback com.herewhite.sdk.AbstractCommonCallbacks

Additional Inherited Members

- Public Member Functions inherited from com.herewhite.sdk.CommonCallback
default void throwError (Object args)
 
default String urlInterrupter (String sourceUrl)
 
default void onPPTMediaPlay ()
 
default void onPPTMediaPause ()
 
default void onMessage (JSONObject object)
 
default void sdkSetupFail (SDKError error)
 
default void onLogger (JSONObject object)
 

Detailed Description

The CommonCallbacks interface, which the SDK uses to send event callbacks to the application. The Room instance can inherit the methods of this interface.

Since
2.9.13
Deprecated:
This interface is deprecated. Use CommonCallback instead.