| Package | Description |
|---|---|
| com.google.api.services.androidpublisher.model |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionCancelSurveyResult |
SubscriptionCancelSurveyResult.clone() |
SubscriptionCancelSurveyResult |
SubscriptionPurchase.getCancelSurveyResult()
Information provided by the user when they complete the subscription cancellation flow
(cancellation reason survey).
|
SubscriptionCancelSurveyResult |
SubscriptionCancelSurveyResult.set(java.lang.String fieldName,
java.lang.Object value) |
SubscriptionCancelSurveyResult |
SubscriptionCancelSurveyResult.setCancelSurveyReason(java.lang.Integer cancelSurveyReason)
The cancellation reason the user chose in the survey.
|
SubscriptionCancelSurveyResult |
SubscriptionCancelSurveyResult.setUserInputCancelReason(java.lang.String userInputCancelReason)
The customized input cancel reason from the user.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionPurchase |
SubscriptionPurchase.setCancelSurveyResult(SubscriptionCancelSurveyResult cancelSurveyResult)
Information provided by the user when they complete the subscription cancellation flow
(cancellation reason survey).
|