Introduction
This component allows you to send/receive messages to any item with an IBroadcastReceiver implemented.

Properties#
| Name | Description |
|---|---|
| Current | Returns current broadcaster (automatically created if needed) |
Methods#
| Name | Description |
|---|---|
| Broadcast | Broadcast a message to all receivers of a channel |
| PublicBroadcast | Broadcast to all receivers |
| SubscribeToAll | Subscribe to all public and named channels |
| SubscribeToChannel | Subscribe to a channel |
| SubscribeToPublic | Subscribe to public broadcasts |
| UnsubscribeFromAll | Unsubscribe from all channels and public broadcasts |
| UnsubscribeFromChannel | Unsubscribe from a channel |
| UnsubscribeFromPublic | Unsubscribe from public broadcasts |