IMLib Extension Module
For usage instructions, please refer to remoteControl or moment
Functions
Link copied to clipboard
Returns all signaling messages added by this module
Link copied to clipboard
Returns all new message types added by this module, including signaling messages.
Link copied to clipboard
public abstract void onConnectStatusChanged(IRongCoreListener.ConnectionStatusListener.ConnectionStatus status)
This method is called when the connection status changes.
Link copied to clipboard
Callback triggered when the client actively calls the disconnect method
Link copied to clipboard
Call this method only when receiving a new message type added by this module
Link copied to clipboard
Request hardware resources
Link copied to clipboard
public abstract void onServiceConnected(Context context, IHandler stub, IRongCoreListener.OnReceiveMessageListener listener)
Callback triggered when the AIDL service connection is successfully established.