mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
29 lines
620 B
Markdown
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)
|