player-ui / tools

A Place for tooling related to Player
MIT License
9 stars 12 forks source link

[devtools] Android messenger #130

Open rafbcampos opened 5 months ago

rafbcampos commented 5 months ago

The dev tools plugins rely on Messenger to communicate.

Although it's agnostic about which API to send and listen to messages, this does not relate to the platform. The current implementation, written in TypeScript, aims for the browser.

We must generate a Messenger for Android that complies with the web counterpart.

Example of how we leverage Messenger on a web plugin here.