OpenExternalLinkEventSchema
Hands url to the platform so it opens outside the app — the system browser, or whichever app claims the scheme.
incomingData consumed: not used.
Triggers fired:
OnSuccessEventTrigger— after the platform accepted the request. No data is passed downstream.OnFailureEventTrigger— when opening throws, for instance because nothing on the device handles the URL; theThrowableis passed as incomingData and the error is logged.
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.