This repository was archived by the owner on Feb 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcore-compose.api
58 lines (48 loc) · 4.17 KB
/
core-compose.api
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
public final class com/squareup/workflow/ui/compose/ComposeRendering {
public static final field $stable I
public static final field Companion Lcom/squareup/workflow/ui/compose/ComposeRendering$Companion;
public fun <init> (Lkotlin/jvm/functions/Function3;)V
}
public final class com/squareup/workflow/ui/compose/ComposeRendering$Companion {
public final fun getFactory ()Lcom/squareup/workflow1/ui/ViewFactory;
public final fun getNoopRendering ()Lcom/squareup/workflow/ui/compose/ComposeRendering;
}
public final class com/squareup/workflow/ui/compose/ComposeViewFactory : com/squareup/workflow1/ui/ViewFactory {
public fun <init> (Lkotlin/reflect/KClass;Lkotlin/jvm/functions/Function4;)V
public fun buildView (Ljava/lang/Object;Lcom/squareup/workflow1/ui/ViewEnvironment;Landroid/content/Context;Landroid/view/ViewGroup;)Landroid/view/View;
public fun getType ()Lkotlin/reflect/KClass;
}
public abstract class com/squareup/workflow/ui/compose/ComposeWorkflow : com/squareup/workflow1/Workflow {
public static final field $stable I
public fun <init> ()V
public fun asStatefulWorkflow ()Lcom/squareup/workflow1/StatefulWorkflow;
public abstract fun render (Ljava/lang/Object;Lcom/squareup/workflow1/Sink;Lcom/squareup/workflow1/ui/ViewEnvironment;Landroidx/compose/runtime/Composer;I)V
}
public final class com/squareup/workflow/ui/compose/ComposeWorkflowKt {
public static final fun composed (Lcom/squareup/workflow1/Workflow$Companion;Lkotlin/jvm/functions/Function5;)Lcom/squareup/workflow/ui/compose/ComposeWorkflow;
}
public final class com/squareup/workflow/ui/compose/CompositionRootKt {
public static final fun withCompositionRoot (Lcom/squareup/workflow1/ui/ViewEnvironment;Lkotlin/jvm/functions/Function3;)Lcom/squareup/workflow1/ui/ViewEnvironment;
public static final fun withCompositionRoot (Lcom/squareup/workflow1/ui/ViewRegistry;Lkotlin/jvm/functions/Function3;)Lcom/squareup/workflow1/ui/ViewRegistry;
}
public final class com/squareup/workflow/ui/compose/RenderAsStateKt {
public static final fun renderAsState (Lcom/squareup/workflow1/Workflow;Ljava/lang/Object;Ljava/util/List;Landroidx/compose/runtime/Composer;II)Landroidx/compose/runtime/State;
public static final fun renderAsState (Lcom/squareup/workflow1/Workflow;Ljava/lang/Object;Lkotlin/jvm/functions/Function1;Ljava/util/List;Landroidx/compose/runtime/Composer;II)Landroidx/compose/runtime/State;
public static final fun renderAsState (Lcom/squareup/workflow1/Workflow;Ljava/util/List;Landroidx/compose/runtime/Composer;II)Landroidx/compose/runtime/State;
public static final fun renderAsState (Lcom/squareup/workflow1/Workflow;Lkotlin/jvm/functions/Function1;Ljava/util/List;Landroidx/compose/runtime/Composer;II)Landroidx/compose/runtime/State;
}
public final class com/squareup/workflow/ui/compose/ViewEnvironmentsKt {
public static final fun WorkflowRendering (Ljava/lang/Object;Lcom/squareup/workflow1/ui/ViewEnvironment;Landroidx/compose/ui/Modifier;Landroidx/compose/runtime/Composer;II)V
}
public final class com/squareup/workflow/ui/compose/WorkflowContainerKt {
public static final fun WorkflowContainer (Lcom/squareup/workflow1/Workflow;Lcom/squareup/workflow1/ui/ViewEnvironment;Landroidx/compose/ui/Modifier;Ljava/util/List;Landroidx/compose/runtime/Composer;II)V
public static final fun WorkflowContainer (Lcom/squareup/workflow1/Workflow;Ljava/lang/Object;Lcom/squareup/workflow1/ui/ViewEnvironment;Landroidx/compose/ui/Modifier;Ljava/util/List;Landroidx/compose/runtime/Composer;II)V
public static final fun WorkflowContainer (Lcom/squareup/workflow1/Workflow;Ljava/lang/Object;Lkotlin/jvm/functions/Function1;Lcom/squareup/workflow1/ui/ViewEnvironment;Landroidx/compose/ui/Modifier;Ljava/util/List;Landroidx/compose/runtime/Composer;II)V
public static final fun WorkflowContainer (Lcom/squareup/workflow1/Workflow;Lkotlin/jvm/functions/Function1;Lcom/squareup/workflow1/ui/ViewEnvironment;Landroidx/compose/ui/Modifier;Ljava/util/List;Landroidx/compose/runtime/Composer;II)V
}
public final class com/squareup/workflow/ui/core/compose/BuildConfig {
public static final field BUILD_TYPE Ljava/lang/String;
public static final field DEBUG Z
public static final field LIBRARY_PACKAGE_NAME Ljava/lang/String;
public fun <init> ()V
}