public final class BillingResult extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BillingResult.Builder
Helps to construct
BillingResult that are used to return response from IAB api. |
| Constructor and Description |
|---|
BillingResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDebugMessage()
Debug message returned in In-app Billing API calls.
|
int |
getResponseCode()
Response code returned in In-app Billing API calls.
|
static BillingResult.Builder |
newBuilder()
Constructs a new
BillingResult.Builder instance. |
public int getResponseCode()
public String getDebugMessage()
public static BillingResult.Builder newBuilder()
BillingResult.Builder instance.