You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workflow-ui/compose/api/compose.api
+22
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,14 @@ public final class com/squareup/workflow1/ui/compose/ComposeScreenKt {
17
17
public static final fun ComposeScreen (Lkotlin/jvm/functions/Function2;)Lcom/squareup/workflow1/ui/compose/ComposeScreen;
18
18
}
19
19
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
+
20
28
public final class com/squareup/workflow1/ui/compose/CompositionRootKt {
21
29
public static final fun withCompositionRoot (Lcom/squareup/workflow1/ui/compose/ScreenComposableFactoryFinder;Lkotlin/jvm/functions/Function3;)Lcom/squareup/workflow1/ui/compose/ScreenComposableFactoryFinder;
22
30
}
@@ -64,6 +72,20 @@ public final class com/squareup/workflow1/ui/compose/ScreenComposableFactoryKt {
64
72
public static final fun toComposableFactory (Lcom/squareup/workflow1/ui/Screen;Lcom/squareup/workflow1/ui/ViewEnvironment;)Lcom/squareup/workflow1/ui/compose/ScreenComposableFactory;
65
73
}
66
74
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
+
67
89
public final class com/squareup/workflow1/ui/compose/TextControllerAsMutableStateKt {
68
90
public static final fun asMutableState (Lcom/squareup/workflow1/ui/TextController;Landroidx/compose/runtime/Composer;I)Landroidx/compose/runtime/MutableState;
0 commit comments