-
public interface InAppPurchaseBillingClientWrapper
-
-
Method Summary
Modifier and Type Method Description abstract UnitqueryPurchases(InAppPurchaseUtils.IAPProductType productType, Runnable completionHandler)abstract UnitqueryPurchaseHistory(InAppPurchaseUtils.IAPProductType productType, Runnable completionHandler)abstract ObjectgetBillingClient()-
-
Method Detail
-
queryPurchases
abstract Unit queryPurchases(InAppPurchaseUtils.IAPProductType productType, Runnable completionHandler)
-
queryPurchaseHistory
abstract Unit queryPurchaseHistory(InAppPurchaseUtils.IAPProductType productType, Runnable completionHandler)
-
getBillingClient
abstract Object getBillingClient()
-
-
-
-