Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
CanceledStateContext |
CanceledStateContext.clone() |
CanceledStateContext |
SubscriptionPurchaseV2.getCanceledStateContext()
Additional context around canceled subscriptions.
|
CanceledStateContext |
CanceledStateContext.set(String fieldName,
Object value) |
CanceledStateContext |
CanceledStateContext.setDeveloperInitiatedCancellation(DeveloperInitiatedCancellation developerInitiatedCancellation)
Subscription was canceled by the developer.
|
CanceledStateContext |
CanceledStateContext.setReplacementCancellation(ReplacementCancellation replacementCancellation)
Subscription was replaced by a new subscription.
|
CanceledStateContext |
CanceledStateContext.setSystemInitiatedCancellation(SystemInitiatedCancellation systemInitiatedCancellation)
Subscription was canceled by the system, for example because of a billing problem.
|
CanceledStateContext |
CanceledStateContext.setUserInitiatedCancellation(UserInitiatedCancellation userInitiatedCancellation)
Subscription was canceled by user.
|
Modifier and Type | Method and Description |
---|---|
SubscriptionPurchaseV2 |
SubscriptionPurchaseV2.setCanceledStateContext(CanceledStateContext canceledStateContext)
Additional context around canceled subscriptions.
|
Copyright © 2011–2025 Google. All rights reserved.