SystemBroadcastListener
Renders tiles and, while they are on screen, subscribes to the app-wide system broadcast channel — the tile that lets host-app signals (push notifications, connectivity changes, anything the client publishes on that channel) drive server-declared event flows. The subscription lives only as long as the tile is composed; while it is off screen, broadcasts are not observed. Children are hosted in a Box carrying style and visibility, so they are stacked rather than emitted into the parent's scope. Dispatches onSystemBroadcast(broadcastId) for each broadcast received, carrying the broadcast payload as the event's incoming data, so events can be wired per broadcast.
Parameters
Unique identifier of the tile. Defaults to a random id.
Events owned by this tile, wired to its triggers (e.g. onSystemBroadcast).
Layout/appearance modifiers applied to the wrapping Box (size, padding, background, etc).
Terms used by an ancestor's search/filter to decide whether this tile matches. Defaults to none.
Whether the tile is shown, hidden but occupies space, or removed from layout. Defaults to visible.
Child tiles rendered while the broadcast channel is subscribed to.