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: platforms/android/lib/api/lib.api
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -664,6 +664,35 @@ public final class com/shopify/checkoutkit/CheckoutError$Companion {
664
664
public final fun serializer ()Lkotlinx/serialization/KSerializer;
665
665
}
666
666
667
+
public final class com/shopify/checkoutkit/CheckoutErrorResponse {
668
+
public static final field Companion Lcom/shopify/checkoutkit/CheckoutErrorResponse$Companion;
669
+
public fun <init> ()V
670
+
public final fun component1 ()Ljava/util/List;
671
+
public final fun component2 ()Ljava/lang/String;
672
+
public final fun copy (Ljava/util/List;Ljava/lang/String;)Lcom/shopify/checkoutkit/CheckoutErrorResponse;
673
+
public static synthetic fun copy$default (Lcom/shopify/checkoutkit/CheckoutErrorResponse;Ljava/util/List;Ljava/lang/String;ILjava/lang/Object;)Lcom/shopify/checkoutkit/CheckoutErrorResponse;
674
+
public fun equals (Ljava/lang/Object;)Z
675
+
public final fun getContinueUrl ()Ljava/lang/String;
676
+
public final fun getMessages ()Ljava/util/List;
677
+
public fun hashCode ()I
678
+
public fun toString ()Ljava/lang/String;
679
+
}
680
+
681
+
public final class com/shopify/checkoutkit/CheckoutErrorResponse$$serializer : kotlinx/serialization/internal/GeneratedSerializer {
682
+
public static final field INSTANCE Lcom/shopify/checkoutkit/CheckoutErrorResponse$$serializer;
683
+
public fun childSerializers ()[Lkotlinx/serialization/KSerializer;
684
+
public fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Lcom/shopify/checkoutkit/CheckoutErrorResponse;
685
+
public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object;
686
+
public fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor;
687
+
public fun serialize (Lkotlinx/serialization/encoding/Encoder;Lcom/shopify/checkoutkit/CheckoutErrorResponse;)V
688
+
public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V
689
+
public fun typeParametersSerializers ()[Lkotlinx/serialization/KSerializer;
690
+
}
691
+
692
+
public final class com/shopify/checkoutkit/CheckoutErrorResponse$Companion {
693
+
public final fun serializer ()Lkotlinx/serialization/KSerializer;
694
+
}
695
+
667
696
public abstract interface class com/shopify/checkoutkit/CheckoutEventProcessor {
668
697
public abstract fun onCheckoutCanceled ()V
669
698
public abstract fun onCheckoutCompleted (Lcom/shopify/checkoutkit/lifecycleevents/CheckoutCompletedEvent;)V
0 commit comments