Publishes a message to all applications running on OpenFin Runtime that are subscribed to the specified topic.
Example
fin.desktop.InterApplicationBus.publish("a topic", {
field1: "value1",
field2: "value2"
});
Publishes a message to all applications running on OpenFin Runtime that are subscribed to the specified topic.
fin.desktop.InterApplicationBus.publish("a topic", {
field1: "value1",
field2: "value2"
});