Click or drag to resize

InterApplicationBusaddSubscribeListener Method

Registers a listener which is called whenever a subscription occurs.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public void addSubscribeListener(
	InterAppSubscriptionListener listener
)

Parameters

listener
Type: Openfin.DesktopInterAppSubscriptionListener
A function that is called whenever a subscription occurs. It is passed the topic and application UUID that trigered the event.
See Also