-
- All Implemented Interfaces:
-
com.facebook.appevents.iap.InAppPurchaseBillingClientWrapper
public final class InAppPurchaseBillingClientWrapperV5V7 implements InAppPurchaseBillingClientWrapper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInAppPurchaseBillingClientWrapperV5V7.ListenerWrapperpublic classInAppPurchaseBillingClientWrapperV5V7.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)final StringgetOriginalJson(String productDetailsString)-
-
Method Detail
-
getBillingClient
Object getBillingClient()
-
queryPurchases
Unit queryPurchases(InAppPurchaseUtils.IAPProductType productType, Runnable completionHandler)
-
queryPurchaseHistory
Unit queryPurchaseHistory(InAppPurchaseUtils.IAPProductType productType, Runnable completionHandler)
-
getOriginalJson
final String getOriginalJson(String productDetailsString)
-
-
-
-