Package-level declarations
Types
Link copied to clipboard
The host-side of the protocol.
Link copied to clipboard
class HostProtocolAdapter<W : Any>(guestVersion: RedwoodVersion, container: Widget.Children<W>, protocol: HostProtocol, widgetSystem: WidgetSystem<W>, eventSink: UiEventSink, leakDetector: LeakDetector) : UiChangesSink
Runs the host side of the protocol.
Link copied to clipboard
Handler invoked when the protocol sent from Compose to the widget display encounters unknown entities. This usually occurs when either the Compose-side or the widget-side was generated from a newer schema than the other, or if their schemas were changed in an incompatible way.
Link copied to clipboard
A version of ChangesSink which consumes UiChanges.
Link copied to clipboard