public interface IMCOPCallback
extends android.os.IInterface
https://developer.android.com/guide/components/aidl.html
Used as a callback for MCOP SDK server-client communication, and for MCPTT (Mission Critical Push to Talk) Services.| Modifier and Type | Interface and Description |
|---|---|
static class |
IMCOPCallback.Stub
Local-side IPC implementation stub class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handleOnEvent(java.util.List<android.content.Intent> actionList)
Callback to be listened to by the client.
|
void handleOnEvent(java.util.List<android.content.Intent> actionList)
throws android.os.RemoteException
actionList - Intent list. Each component in the list contains an event.android.os.RemoteExceptionorg.mcopenplatform.muoapi.ConstantsMCOP.ActionsCallBack (Types of actions that each of the callback events can have)