From e0172a708ca3432e9155f77f91c9c20d6b0d122c Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Wed, 15 May 2024 17:02:46 -0400 Subject: [PATCH] apiDump --- redwood-protocol-host/api/android/redwood-protocol-host.api | 1 + redwood-protocol-host/api/jvm/redwood-protocol-host.api | 1 + redwood-protocol-host/api/redwood-protocol-host.klib.api | 1 + 3 files changed, 3 insertions(+) diff --git a/redwood-protocol-host/api/android/redwood-protocol-host.api b/redwood-protocol-host/api/android/redwood-protocol-host.api index 68aa8dbcc5..245ac48bba 100644 --- a/redwood-protocol-host/api/android/redwood-protocol-host.api +++ b/redwood-protocol-host/api/android/redwood-protocol-host.api @@ -6,6 +6,7 @@ public abstract interface class app/cash/redwood/protocol/host/GeneratedProtocol public final class app/cash/redwood/protocol/host/ProtocolBridge : app/cash/redwood/protocol/ChangesSink { public synthetic fun (Ljava/lang/String;Lapp/cash/redwood/widget/Widget$Children;Lapp/cash/redwood/protocol/host/ProtocolFactory;Lapp/cash/redwood/protocol/EventSink;Lkotlin/jvm/internal/DefaultConstructorMarker;)V + public final fun close ()V public fun sendChanges (Ljava/util/List;)V } diff --git a/redwood-protocol-host/api/jvm/redwood-protocol-host.api b/redwood-protocol-host/api/jvm/redwood-protocol-host.api index 68aa8dbcc5..245ac48bba 100644 --- a/redwood-protocol-host/api/jvm/redwood-protocol-host.api +++ b/redwood-protocol-host/api/jvm/redwood-protocol-host.api @@ -6,6 +6,7 @@ public abstract interface class app/cash/redwood/protocol/host/GeneratedProtocol public final class app/cash/redwood/protocol/host/ProtocolBridge : app/cash/redwood/protocol/ChangesSink { public synthetic fun (Ljava/lang/String;Lapp/cash/redwood/widget/Widget$Children;Lapp/cash/redwood/protocol/host/ProtocolFactory;Lapp/cash/redwood/protocol/EventSink;Lkotlin/jvm/internal/DefaultConstructorMarker;)V + public final fun close ()V public fun sendChanges (Ljava/util/List;)V } diff --git a/redwood-protocol-host/api/redwood-protocol-host.klib.api b/redwood-protocol-host/api/redwood-protocol-host.klib.api index 04865e1800..f244b238ef 100644 --- a/redwood-protocol-host/api/redwood-protocol-host.klib.api +++ b/redwood-protocol-host/api/redwood-protocol-host.klib.api @@ -40,6 +40,7 @@ abstract interface app.cash.redwood.protocol.host/ProtocolMismatchHandler { // a } final class <#A: kotlin/Any> app.cash.redwood.protocol.host/ProtocolBridge : app.cash.redwood.protocol/ChangesSink { // app.cash.redwood.protocol.host/ProtocolBridge|null[0] constructor (app.cash.redwood.protocol/RedwoodVersion, app.cash.redwood.widget/Widget.Children<#A>, app.cash.redwood.protocol.host/ProtocolFactory<#A>, app.cash.redwood.protocol/EventSink) // app.cash.redwood.protocol.host/ProtocolBridge.|(app.cash.redwood.protocol.RedwoodVersion;app.cash.redwood.widget.Widget.Children<1:0>;app.cash.redwood.protocol.host.ProtocolFactory<1:0>;app.cash.redwood.protocol.EventSink){}[0] + final fun close() // app.cash.redwood.protocol.host/ProtocolBridge.close|close(){}[0] final fun sendChanges(kotlin.collections/List) // app.cash.redwood.protocol.host/ProtocolBridge.sendChanges|sendChanges(kotlin.collections.List){}[0] } final class <#A: kotlin/Any> app.cash.redwood.protocol.host/ProtocolChildren { // app.cash.redwood.protocol.host/ProtocolChildren|null[0]