Files
awesome-cordova-plugins/docs/plugins/broadcaster/README.md
T
2026-03-21 17:08:43 -07:00

29 lines
620 B
Markdown

---
description: >-
Broadcaster plugin for Cordova and Ionic. This plugin adds exchanging events between native code and your app.
---
# Broadcaster
This plugin adds exchanging events between native code and your app.
## Installation
```bash
ionic cordova plugin add cordova-plugin-broadcaster
npm install @awesome-cordova-plugins/broadcaster
```
**Plugin Repo:** [https://github.com/bsorrentino/cordova-broadcaster](https://github.com/bsorrentino/cordova-broadcaster)
## Supported Platforms
- Android
- iOS
- Browser
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)