Skip to content

Commit

Permalink
Updates the api dump.
Browse files Browse the repository at this point in the history
  • Loading branch information
JayShortway committed Jun 20, 2024
1 parent 8c7f877 commit a8fc55a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/api/core.api
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ public final class com/revenuecat/purchases/kmp/Purchases {
public static final field Companion Lcom/revenuecat/purchases/kmp/Purchases$Companion;
public synthetic fun <init> (Lcom/revenuecat/purchases/Purchases;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
public static final fun canMakePayments (Ljava/util/List;Lkotlin/jvm/functions/Function1;)V
public static final fun canMakePayments (Lkotlin/jvm/functions/Function1;)V
public final fun close ()V
public final fun collectDeviceIdentifiers ()V
public static final fun configure (Lcom/revenuecat/purchases/kmp/PurchasesConfiguration;)Lcom/revenuecat/purchases/kmp/Purchases;
public final fun getAppUserID ()Ljava/lang/String;
public final fun getCustomerInfo (Lcom/revenuecat/purchases/CacheFetchPolicy;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;)V
public static synthetic fun getCustomerInfo$default (Lcom/revenuecat/purchases/kmp/Purchases;Lcom/revenuecat/purchases/CacheFetchPolicy;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)V
Expand All @@ -136,6 +136,7 @@ public final class com/revenuecat/purchases/kmp/Purchases {
public final fun getProducts (Ljava/util/List;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;)V
public final fun getPromotionalOffer (Lcom/revenuecat/purchases/kmp/models/StoreProductDiscount;Lcom/revenuecat/purchases/kmp/models/StoreProduct;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;)V
public static final fun getProxyURL ()Ljava/lang/String;
public static final fun getSharedInstance ()Lcom/revenuecat/purchases/kmp/Purchases;
public static final fun getSimulatesAskToBuyInSandbox ()Z
public final fun getStore ()Lcom/revenuecat/purchases/Store;
public final fun invalidateCustomerInfoCache ()V
Expand Down Expand Up @@ -189,7 +190,6 @@ public final class com/revenuecat/purchases/kmp/Purchases {

public final class com/revenuecat/purchases/kmp/Purchases$Companion {
public final fun canMakePayments (Ljava/util/List;Lkotlin/jvm/functions/Function1;)V
public final fun canMakePayments (Lkotlin/jvm/functions/Function1;)V
public static synthetic fun canMakePayments$default (Lcom/revenuecat/purchases/kmp/Purchases$Companion;Ljava/util/List;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)V
public final fun configure (Lcom/revenuecat/purchases/kmp/PurchasesConfiguration;)Lcom/revenuecat/purchases/kmp/Purchases;
public final fun getForceUniversalAppStore ()Z
Expand Down
1 change: 0 additions & 1 deletion core/api/core.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ final class com.revenuecat.purchases.kmp/DangerousSettings { // com.revenuecat.p
final fun <get-autoSyncPurchases>(): kotlin/Boolean // com.revenuecat.purchases.kmp/DangerousSettings.autoSyncPurchases.<get-autoSyncPurchases>|<get-autoSyncPurchases>(){}[0]
}
final class com.revenuecat.purchases.kmp/Purchases { // com.revenuecat.purchases.kmp/Purchases|null[0]
constructor <init>(cocoapods.PurchasesHybridCommon/RCPurchases) // com.revenuecat.purchases.kmp/Purchases.<init>|<init>(cocoapods.PurchasesHybridCommon.RCPurchases){}[0]
final fun close() // com.revenuecat.purchases.kmp/Purchases.close|close(){}[0]
final fun collectDeviceIdentifiers() // com.revenuecat.purchases.kmp/Purchases.collectDeviceIdentifiers|collectDeviceIdentifiers(){}[0]
final fun getCustomerInfo(com.revenuecat.purchases.kmp/CacheFetchPolicy = ..., kotlin/Function1<com.revenuecat.purchases.kmp/PurchasesError, kotlin/Unit>, kotlin/Function1<cocoapods.PurchasesHybridCommon/RCCustomerInfo, kotlin/Unit>) // com.revenuecat.purchases.kmp/Purchases.getCustomerInfo|getCustomerInfo(com.revenuecat.purchases.kmp.CacheFetchPolicy;kotlin.Function1<com.revenuecat.purchases.kmp.PurchasesError,kotlin.Unit>;kotlin.Function1<cocoapods.PurchasesHybridCommon.RCCustomerInfo,kotlin.Unit>){}[0]
Expand Down

0 comments on commit a8fc55a

Please sign in to comment.