ProtocolMismatchHandler

Handler invoked when the protocol sent from the widget display to Compose 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.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun onUnknownEvent(widgetTag: WidgetTag, tag: EventTag)

Handle a request to process an unknown event tag for the specified widget widgetTag.

Link copied to clipboard
abstract fun onUnknownEventNode(id: Id, tag: EventTag)

Handle an event whose node id is unknown.