UIEvent
The 3 commands a TileRenderingScope emits through its onEvent sink — the wire between a tile's own Compose interaction handling and the screen's state holder, which observes these and mutates the live tile tree accordingly. Every TileRenderingScope method (triggerEvent, dispatchEvent, dispatchGroupEvent) produces exactly one of these.
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Emitted by TileRenderingScope.dispatchGroupEvent — deliver event to every TileHolder in the whole tree whose handlesGroupEvent returns true for it.