Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cordova-plugin-broadcaster_external_support

navarrojava12MIT1.0.0

Allow send message from Javascript to Native

ecosystem:cordova, cordova-android, cordova-ios

readme

Cordova Broadcaster (allows broadcast intents to external Apps and receive intent from external Apps)

Cordova Plugin to allow message exchange between javascript and native (and viceversa).

this project is a fork from cordova-broadcaster Thanks to bsorrentino

we've added support to:

  • Broadcast Intent to external Apps.
  • Register actions to receive Broadcast Intents from external Apps
  • added Flags support on intent
  • added Category support on intent

//TODO: Doc...