-
public interface PaywallListener
-
-
Method Summary
Modifier and Type Method Description UnitonPurchaseStarted(Package rcPackage)UnitonPurchaseCompleted(CustomerInfo customerInfo, StoreTransaction storeTransaction)UnitonPurchaseError(PurchasesError error)UnitonPurchaseCancelled()UnitonRestoreStarted()UnitonRestoreCompleted(CustomerInfo customerInfo)UnitonRestoreError(PurchasesError error)-
-
Method Detail
-
onPurchaseStarted
Unit onPurchaseStarted(Package rcPackage)
-
onPurchaseCompleted
Unit onPurchaseCompleted(CustomerInfo customerInfo, StoreTransaction storeTransaction)
-
onPurchaseError
Unit onPurchaseError(PurchasesError error)
-
onPurchaseCancelled
Unit onPurchaseCancelled()
-
onRestoreStarted
Unit onRestoreStarted()
-
onRestoreCompleted
Unit onRestoreCompleted(CustomerInfo customerInfo)
-
onRestoreError
Unit onRestoreError(PurchasesError error)
-
-
-
-