Skip to content

Commit

Permalink
Fixes the abi dump for revenuecatui.
Browse files Browse the repository at this point in the history
  • Loading branch information
JayShortway committed Jun 13, 2024
1 parent 22107fd commit 22a4967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion revenuecatui/api/revenuecatui.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// - Show manifest properties: true
// - Show declarations: true

// Library unique name: <com.revenuecat.purchases:paywalls>
// Library unique name: <com.revenuecat.purchases:revenuecatui>
abstract interface com.revenuecat.purchases.kmp.ui.revenuecatui/PaywallListener { // com.revenuecat.purchases.kmp.ui.revenuecatui/PaywallListener|null[0]
open fun onPurchaseCancelled() // com.revenuecat.purchases.kmp.ui.revenuecatui/PaywallListener.onPurchaseCancelled|onPurchaseCancelled(){}[0]
open fun onPurchaseCompleted(cocoapods.PurchasesHybridCommon/RCCustomerInfo, cocoapods.PurchasesHybridCommon/RCStoreTransaction) // com.revenuecat.purchases.kmp.ui.revenuecatui/PaywallListener.onPurchaseCompleted|onPurchaseCompleted(cocoapods.PurchasesHybridCommon.RCCustomerInfo;cocoapods.PurchasesHybridCommon.RCStoreTransaction){}[0]
Expand Down

0 comments on commit 22a4967

Please sign in to comment.