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
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -305,10 +305,6 @@ public final class com/shopify/checkoutkit/Checkout$Companion {
305
305
public final fun serializer ()Lkotlinx/serialization/KSerializer;
306
306
}
307
307
308
-
public abstract interface class com/shopify/checkoutkit/CheckoutCommunicationClient {
309
-
public abstract fun process (Ljava/lang/String;)Ljava/lang/String;
310
-
}
311
-
312
308
public final class com/shopify/checkoutkit/CheckoutDiscounts {
313
309
public static final field Companion Lcom/shopify/checkoutkit/CheckoutDiscounts$Companion;
314
310
public fun <init> ()V
@@ -427,7 +423,7 @@ public abstract interface class com/shopify/checkoutkit/CheckoutListener {
427
423
}
428
424
429
425
public final class com/shopify/checkoutkit/CheckoutPresentation {
430
-
public final fun connect (Lcom/shopify/checkoutkit/CheckoutCommunicationClient;)V
426
+
public final fun connect (Lcom/shopify/checkoutkit/CheckoutProtocol$Client;)V
431
427
public final fun onCancel (Lkotlin/jvm/functions/Function0;)V
432
428
public final fun onFail (Lkotlin/jvm/functions/Function1;)V
433
429
public final fun onGeolocationPermissionsHidePrompt (Lkotlin/jvm/functions/Function0;)V
@@ -448,11 +444,10 @@ public final class com/shopify/checkoutkit/CheckoutProtocol {
448
444
public final fun getWindowOpen ()Lcom/shopify/checkoutkit/DelegationDescriptor;
449
445
}
450
446
451
-
public final class com/shopify/checkoutkit/CheckoutProtocol$Client : com/shopify/checkoutkit/CheckoutCommunicationClient {
447
+
public final class com/shopify/checkoutkit/CheckoutProtocol$Client {
452
448
public fun <init> ()V
453
449
public final fun on (Lcom/shopify/checkoutkit/DelegationDescriptor;Lkotlin/jvm/functions/Function1;)Lcom/shopify/checkoutkit/CheckoutProtocol$Client;
454
450
public final fun on (Lcom/shopify/checkoutkit/NotificationDescriptor;Lkotlin/jvm/functions/Function1;)Lcom/shopify/checkoutkit/CheckoutProtocol$Client;
455
-
public fun process (Ljava/lang/String;)Ljava/lang/String;
456
451
}
457
452
458
453
public final class com/shopify/checkoutkit/CheckoutStatus : java/lang/Enum {
@@ -2502,9 +2497,9 @@ public final class com/shopify/checkoutkit/ShopifyCheckoutKit {
2502
2497
public static final fun invalidate ()V
2503
2498
public static final fun preload (Ljava/lang/String;Landroidx/activity/ComponentActivity;)V
2504
2499
public static final fun present (Ljava/lang/String;Landroidx/activity/ComponentActivity;Lcom/shopify/checkoutkit/DefaultCheckoutListener;)Lcom/shopify/checkoutkit/CheckoutKitDialog;
2505
-
public static final fun present (Ljava/lang/String;Landroidx/activity/ComponentActivity;Lcom/shopify/checkoutkit/DefaultCheckoutListener;Lcom/shopify/checkoutkit/CheckoutCommunicationClient;)Lcom/shopify/checkoutkit/CheckoutKitDialog;
2500
+
public static final fun present (Ljava/lang/String;Landroidx/activity/ComponentActivity;Lcom/shopify/checkoutkit/DefaultCheckoutListener;Lcom/shopify/checkoutkit/CheckoutProtocol$Client;)Lcom/shopify/checkoutkit/CheckoutKitDialog;
2506
2501
public static final synthetic fun present (Ljava/lang/String;Landroidx/activity/ComponentActivity;Lkotlin/jvm/functions/Function1;)Lcom/shopify/checkoutkit/CheckoutKitDialog;
2507
-
public static synthetic fun present$default (Ljava/lang/String;Landroidx/activity/ComponentActivity;Lcom/shopify/checkoutkit/DefaultCheckoutListener;Lcom/shopify/checkoutkit/CheckoutCommunicationClient;ILjava/lang/Object;)Lcom/shopify/checkoutkit/CheckoutKitDialog;
2502
+
public static synthetic fun present$default (Ljava/lang/String;Landroidx/activity/ComponentActivity;Lcom/shopify/checkoutkit/DefaultCheckoutListener;Lcom/shopify/checkoutkit/CheckoutProtocol$Client;ILjava/lang/Object;)Lcom/shopify/checkoutkit/CheckoutKitDialog;
2508
2503
}
2509
2504
2510
2505
public final class com/shopify/checkoutkit/Signals {
0 commit comments