-
- All Implemented Interfaces:
-
com.revenuecat.purchases.ui.revenuecatui.PaywallListener
public abstract class PaywallListenerWrapper implements PaywallListener
-
-
Constructor Summary
Constructors Constructor Description PaywallListenerWrapper()
-
Method Summary
Modifier and Type Method Description UnitonPurchaseStarted(Package rcPackage)abstract UnitonPurchaseStarted(Map<String, Object> rcPackage)UnitonPurchaseCompleted(CustomerInfo customerInfo, StoreTransaction storeTransaction)abstract UnitonPurchaseCompleted(Map<String, Object> customerInfo, Map<String, Object> storeTransaction)UnitonPurchaseError(PurchasesError error)abstract UnitonPurchaseError(Map<String, Object> error)UnitonRestoreCompleted(CustomerInfo customerInfo)abstract UnitonRestoreCompleted(Map<String, Object> customerInfo)UnitonRestoreError(PurchasesError error)abstract UnitonRestoreError(Map<String, Object> error)-
-
Method Detail
-
onPurchaseStarted
Unit onPurchaseStarted(Package rcPackage)
-
onPurchaseStarted
abstract Unit onPurchaseStarted(Map<String, Object> rcPackage)
-
onPurchaseCompleted
Unit onPurchaseCompleted(CustomerInfo customerInfo, StoreTransaction storeTransaction)
-
onPurchaseCompleted
abstract Unit onPurchaseCompleted(Map<String, Object> customerInfo, Map<String, Object> storeTransaction)
-
onPurchaseError
Unit onPurchaseError(PurchasesError error)
-
onPurchaseError
abstract Unit onPurchaseError(Map<String, Object> error)
-
onRestoreCompleted
Unit onRestoreCompleted(CustomerInfo customerInfo)
-
onRestoreCompleted
abstract Unit onRestoreCompleted(Map<String, Object> customerInfo)
-
onRestoreError
Unit onRestoreError(PurchasesError error)
-
onRestoreError
abstract Unit onRestoreError(Map<String, Object> error)
-
-
-
-