public interface IPoyntInAppBillingServiceListener
extends android.os.IInterface
| Modifier and Type | Interface and Description |
|---|---|
static class |
IPoyntInAppBillingServiceListener.Stub
Local-side IPC implementation stub class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onResponse(java.lang.String resultJson,
PoyntError poyntError,
java.lang.String requestId)
Response from In-App billing service.
|
void onResponse(java.lang.String resultJson,
PoyntError poyntError,
java.lang.String requestId)
throws android.os.RemoteException
resultJson - JSON string representation of results corresponding to the requested methodpoyntError - co.poynt.api.model.PoyntError when an error occuredrequestId - Request id of the original callandroid.os.RemoteException