-
- All Implemented Interfaces:
-
com.facebook.appevents.iap.InAppPurchaseBillingClientWrapper
public final class InAppPurchaseBillingClientWrapperV2V4 implements InAppPurchaseBillingClientWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classInAppPurchaseBillingClientWrapperV2V4.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ObjectbillingClient
-
Method Summary
Modifier and Type Method Description ObjectgetBillingClient()UnitqueryPurchases(InAppPurchaseUtils.IAPProductType productType, Runnable completionHandler)UnitqueryPurchaseHistory(InAppPurchaseUtils.IAPProductType productType, Runnable completionHandler)-
-
Method Detail
-
getBillingClient
Object getBillingClient()
-
queryPurchases
Unit queryPurchases(InAppPurchaseUtils.IAPProductType productType, Runnable completionHandler)
-
queryPurchaseHistory
Unit queryPurchaseHistory(InAppPurchaseUtils.IAPProductType productType, Runnable completionHandler)
-
-
-
-