Package-level declarations
Types
Link copied to clipboard
class HostProtocolAdapter<W : Any>(guestVersion: RedwoodVersion, container: Widget.Children<W>, factory: ProtocolFactory<W>, eventSink: UiEventSink, leakDetector: LeakDetector) : ChangesSink
Runs the host side of the protocol.
Link copied to clipboard
A marker interface for the widget-side factory 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