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