-
- All Implemented Interfaces:
-
java.lang.reflect.InvocationHandler
public class InAppPurchaseBillingClientWrapperV5V7.Companion implements InvocationHandler
-
-
Field Summary
Fields Modifier and Type Field Description private final AtomicBooleanisServiceConnectedprivate final Map<String, JSONObject>iapPurchaseDetailsMapprivate final Map<String, JSONObject>subsPurchaseDetailsMapprivate final Map<String, JSONObject>productDetailsMappublic final static InAppPurchaseBillingClientWrapperV5V7.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final InAppPurchaseBillingClientWrapperV5V7getOrCreateInstance(Context context)Objectinvoke(Object proxy, Method m, Array<Object> args)final AtomicBooleangetIsServiceConnected()final Map<String, JSONObject>getIapPurchaseDetailsMap()final Map<String, JSONObject>getSubsPurchaseDetailsMap()final Map<String, JSONObject>getProductDetailsMap()-
-
Method Detail
-
getOrCreateInstance
@Synchronized() final InAppPurchaseBillingClientWrapperV5V7 getOrCreateInstance(Context context)
-
getIsServiceConnected
final AtomicBoolean getIsServiceConnected()
-
getIapPurchaseDetailsMap
final Map<String, JSONObject> getIapPurchaseDetailsMap()
-
getSubsPurchaseDetailsMap
final Map<String, JSONObject> getSubsPurchaseDetailsMap()
-
getProductDetailsMap
final Map<String, JSONObject> getProductDetailsMap()
-
-
-
-