| Constructor and Description |
|---|
PurchasesResult(BillingResult mBillingResult,
List<Purchase> purchasesList) |
| Modifier and Type | Method and Description |
|---|---|
BillingResult |
getBillingResult()
Returns the
BillingResult of the operation. |
List<Purchase> |
getPurchasesList()
Returns the list of
Purchase. |
int |
getResponseCode()
Returns the response code of In-app Billing API calls.
|
public PurchasesResult(BillingResult mBillingResult, List<Purchase> purchasesList)
public BillingResult getBillingResult()
BillingResult of the operation.public int getResponseCode()