BroadcastToSystemEventSchema
Publishes a value on the client's system broadcast channel under broadcastId, where the host application and any mounted SystemBroadcastListener tile can pick it up. This is the outbound half of the bridge between server-declared flows and native app code.
data chooses the payload: Inline publishes a literal declared on the event, Incoming publishes the event's incomingData.
incomingData consumed: published as the payload when data is Incoming.
Triggers fired:
OnSuccessEventTrigger— after the value was published. No data is passed downstream.OnFailureEventTrigger— only in theIncomingcase, when incomingData isnullso there is nothing to publish; no data is passed downstream.
Constructors
Properties
This event's own children — each declaring, via its own trigger, which of this event's outgoing triggers runs it. null when this event declares no children.
The condition that must occur for this event to run — matched by structural equality (data class/data object equality) against whatever trigger value fired, never by any kind of subscription or listener registry.