# Print output for @column tags ?>
public
final
class
BillingResult
extends Object
| java.lang.Object | |
| ↳ | com.android.billingclient.api.BillingResult |
Params containing the response code and the debug message from In-app Billing API response.
Nested classes | |
|---|---|
class |
BillingResult.Builder
Helps to construct |
Public constructors | |
|---|---|
BillingResult()
|
|
Public methods | |
|---|---|
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 |
String
|
toString()
|
Inherited methods | |
|---|---|
public BillingResult ()
public String getDebugMessage ()
Debug message returned in In-app Billing API calls.
| Returns | |
|---|---|
String |
|
public int getResponseCode ()
Response code returned in In-app Billing API calls.
| Returns | |
|---|---|
int |
The BillingClient.BillingResponseCode corresponding to the result.
|
public static BillingResult.Builder newBuilder ()
Constructs a new BillingResult.Builder instance.
| Returns | |
|---|---|
BillingResult.Builder |
|