public abstract class BillingClientBuilderBridgeCommon extends GenericBridge implements IBillingClientBuilderBridge
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
_billingClientBuilderInternalInstance |
protected static java.lang.String |
buildMethodName |
| Constructor and Description |
|---|
BillingClientBuilderBridgeCommon(java.lang.Object billingClientBuilderInternalInstance) |
| Modifier and Type | Method and Description |
|---|---|
IBillingClientBuilderBridge |
enablePendingPurchases() |
protected java.lang.String |
getClassName() |
IBillingClientBuilderBridge |
setListener(PurchaseUpdatedListenerProxy purchaseUpdatedListenerProxy) |
callNonVoidMethod, callVoidMethod, classForName, exists, getFunctionMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildprotected static final java.lang.String buildMethodName
protected java.lang.Object _billingClientBuilderInternalInstance
public BillingClientBuilderBridgeCommon(java.lang.Object billingClientBuilderInternalInstance)
throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundExceptionprotected java.lang.String getClassName()
getClassName in class GenericBridgepublic IBillingClientBuilderBridge setListener(PurchaseUpdatedListenerProxy purchaseUpdatedListenerProxy) throws java.lang.ClassNotFoundException, java.lang.NoSuchMethodException, java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException
setListener in interface IBillingClientBuilderBridgejava.lang.ClassNotFoundExceptionjava.lang.NoSuchMethodExceptionjava.lang.reflect.InvocationTargetExceptionjava.lang.IllegalAccessExceptionpublic IBillingClientBuilderBridge enablePendingPurchases()
enablePendingPurchases in interface IBillingClientBuilderBridge