
| Name | Description | Type | Use |
|---|---|---|---|
| callbacks | Passed to deliver the event to the target application. | undefined |
required |
The InterAppCommunicator listener's callbacks object can be
structured as follows:
{
onEvent: function(data, senderId)
}| Name | Description | Return type |
|---|---|---|
| onEvent |
Passes an event that has been sent from a sender application. |
undefined |