File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -254,6 +254,7 @@ public final class com/squareup/workflow1/WorkflowIdentifier {
254
254
public static final field Companion Lcom/squareup/workflow1/WorkflowIdentifier$Companion;
255
255
public fun equals (Ljava/lang/Object;)Z
256
256
public final fun getRealIdentifierType ()Lcom/squareup/workflow1/WorkflowIdentifierType;
257
+ public final fun getRealType ()Lcom/squareup/workflow1/WorkflowIdentifierType;
257
258
public fun hashCode ()I
258
259
public final fun toByteStringOrNull ()Lokio/ByteString;
259
260
public fun toString ()Ljava/lang/String;
Original file line number Diff line number Diff line change @@ -104,5 +104,10 @@ public abstract interface class com/squareup/workflow1/WorkflowInterceptor$Workf
104
104
public abstract fun getRenderKey ()Ljava/lang/String;
105
105
public abstract fun getRuntimeConfig ()Ljava/util/Set;
106
106
public abstract fun getSessionId ()J
107
+ public abstract fun isRootWorkflow ()Z
108
+ }
109
+
110
+ public final class com/squareup/workflow1/WorkflowInterceptor$WorkflowSession$DefaultImpls {
111
+ public static fun isRootWorkflow (Lcom/squareup/workflow1/WorkflowInterceptor$WorkflowSession;)Z
107
112
}
108
113
You can’t perform that action at this time.
0 commit comments