NotifyApplication
Description
Sends a synchronous notification message to all shellUI modules of a specific application running in the current shellUI (main-window).
Syntax
// shellUI points to instance of IShellUI
await shellUI.NotifyApplication(appGUID, msgID, data);
Parameters
Name | Type | Description |
---|---|---|
appGUID | string | The target application to broadcast the message to |
msgID | string | The broadcast message ID for the listeners. |
data | object | The broadcast payload data. |
Return type
Type | Description |
---|---|
Promise < void > | Method does not return a value |