public static class BillingClientBridge.BuilderBridge extends GenericBridge
| Constructor and Description |
|---|
BuilderBridge(java.lang.Object billingClientBuilderInternalInstance) |
| Modifier and Type | Method and Description |
|---|---|
BillingClientBridge |
build() |
BillingClientBridge.BuilderBridge |
enablePendingPurchases() |
protected java.lang.String |
getClassName() |
BillingClientBridge.BuilderBridge |
setListener(PurchaseUpdatedListenerProxy purchaseUpdatedListenerProxy) |
callNonVoidMethod, callVoidMethod, classForName, exists, getFunctionMappublic BuilderBridge(java.lang.Object billingClientBuilderInternalInstance)
throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundExceptionprotected java.lang.String getClassName()
getClassName in class GenericBridgepublic BillingClientBridge.BuilderBridge setListener(PurchaseUpdatedListenerProxy purchaseUpdatedListenerProxy) throws java.lang.ClassNotFoundException, java.lang.NoSuchMethodException, java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException
java.lang.ClassNotFoundExceptionjava.lang.NoSuchMethodExceptionjava.lang.reflect.InvocationTargetExceptionjava.lang.IllegalAccessExceptionpublic BillingClientBridge.BuilderBridge enablePendingPurchases()
public BillingClientBridge build() throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException