-
public interface BillingClientConnector.BillingUpdatesListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonSubscriptionPurchaseHistoryRetrieved(List<SubscriptionPurchaseEvent> purchaseEventHistory)abstract voidonNewSubscriptionPurchases(List<SubscriptionPurchaseEvent> newPurchaseEvents)abstract voidonNewInAppPurchases(List<InAppPurchaseEvent> newPurchaseEvents)-
-
Method Detail
-
onSubscriptionPurchaseHistoryRetrieved
abstract void onSubscriptionPurchaseHistoryRetrieved(List<SubscriptionPurchaseEvent> purchaseEventHistory)
-
onNewSubscriptionPurchases
abstract void onNewSubscriptionPurchases(List<SubscriptionPurchaseEvent> newPurchaseEvents)
-
onNewInAppPurchases
abstract void onNewInAppPurchases(List<InAppPurchaseEvent> newPurchaseEvents)
-
-
-
-