Skip to content

Commit 0a889ec

Browse files
RBusarowgithub-actions[bot]
authored andcommitted
Apply changes from apiDump
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8d9c64b commit 0a889ec

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

workflow-ui/compose/api/compose.api

+22
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ public final class com/squareup/workflow1/ui/compose/ComposeScreenKt {
1717
public static final fun ComposeScreen (Lkotlin/jvm/functions/Function2;)Lcom/squareup/workflow1/ui/compose/ComposeScreen;
1818
}
1919

20+
public abstract interface class com/squareup/workflow1/ui/compose/ComposeWorkflow {
21+
public abstract fun render (Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
22+
}
23+
24+
public abstract interface class com/squareup/workflow1/ui/compose/ComposeWorkflowWithProps {
25+
public abstract fun render (Ljava/lang/Object;Landroidx/compose/runtime/Composer;I)Ljava/lang/Object;
26+
}
27+
2028
public final class com/squareup/workflow1/ui/compose/CompositionRootKt {
2129
public static final fun withCompositionRoot (Lcom/squareup/workflow1/ui/compose/ScreenComposableFactoryFinder;Lkotlin/jvm/functions/Function3;)Lcom/squareup/workflow1/ui/compose/ScreenComposableFactoryFinder;
2230
}
@@ -64,6 +72,20 @@ public final class com/squareup/workflow1/ui/compose/ScreenComposableFactoryKt {
6472
public static final fun toComposableFactory (Lcom/squareup/workflow1/ui/Screen;Lcom/squareup/workflow1/ui/ViewEnvironment;)Lcom/squareup/workflow1/ui/compose/ScreenComposableFactory;
6573
}
6674

75+
public final class com/squareup/workflow1/ui/compose/State {
76+
public static final field $stable I
77+
public fun <init> (Lcom/squareup/workflow1/Worker;Ljava/lang/Object;)V
78+
public final fun component1 ()Lcom/squareup/workflow1/Worker;
79+
public final fun component2 ()Ljava/lang/Object;
80+
public final fun copy (Lcom/squareup/workflow1/Worker;Ljava/lang/Object;)Lcom/squareup/workflow1/ui/compose/State;
81+
public static synthetic fun copy$default (Lcom/squareup/workflow1/ui/compose/State;Lcom/squareup/workflow1/Worker;Ljava/lang/Object;ILjava/lang/Object;)Lcom/squareup/workflow1/ui/compose/State;
82+
public fun equals (Ljava/lang/Object;)Z
83+
public final fun getLatestModel ()Ljava/lang/Object;
84+
public final fun getModels ()Lcom/squareup/workflow1/Worker;
85+
public fun hashCode ()I
86+
public fun toString ()Ljava/lang/String;
87+
}
88+
6789
public final class com/squareup/workflow1/ui/compose/TextControllerAsMutableStateKt {
6890
public static final fun asMutableState (Lcom/squareup/workflow1/ui/TextController;Landroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/MutableState;
6991
}

0 commit comments

Comments
 (0)