Skip to main content

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

NameTypeDescription
appGUIDstringThe target application to broadcast the message to
msgIDstringThe broadcast message ID for the listeners.
dataobjectThe broadcast payload data.

Return type

TypeDescription
Promise < void >Method does not return a value