0

I have an app that implements sending the event "eventToExtension" from an app to an extension as found here. My app launches the sample extension from the repo. The app dispatches the event and it is successfully received by the extension that responds with client.send method 'app.broadcast'.

How does the app receive that response? I've searched the docs but can't find anything. Another question is how does an extension use client.send to only respond to the app that dispatched the event?

Thanks

0 Answers0