public final class AcknowledgePurchaseParams extends Object
BillingClient#acknowledgePurchase(AcknowledgePurchaseParams, ConsumeResponseListener)| Modifier and Type | Class and Description |
|---|---|
static class |
AcknowledgePurchaseParams.Builder
Helps construct
AcknowledgePurchaseParams that are used to acknowledge a purchase. |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeveloperPayload()
Returns developer data associated with the purchase to be acknowledged.
|
String |
getPurchaseToken()
Returns token that identifies the purchase to be acknowledged
|
static AcknowledgePurchaseParams.Builder |
newBuilder() |
@Nullable public String getDeveloperPayload()
public String getPurchaseToken()
public static AcknowledgePurchaseParams.Builder newBuilder()