| Package | Description |
|---|---|
| com.google.api.services.androidpublisher.model |
| Modifier and Type | Method and Description |
|---|---|
OfferTag |
OfferTag.clone() |
OfferTag |
OfferTag.set(String fieldName,
Object value) |
OfferTag |
OfferTag.setTag(String tag)
Must conform with RFC-1034.
|
| Modifier and Type | Method and Description |
|---|---|
List<OfferTag> |
BasePlan.getOfferTags()
List of up to 20 custom tags specified for this base plan, and returned to the app through the
billing library.
|
List<OfferTag> |
SubscriptionOffer.getOfferTags()
List of up to 20 custom tags specified for this offer, and returned to the app through the
billing library.
|
| Modifier and Type | Method and Description |
|---|---|
BasePlan |
BasePlan.setOfferTags(List<OfferTag> offerTags)
List of up to 20 custom tags specified for this base plan, and returned to the app through the
billing library.
|
SubscriptionOffer |
SubscriptionOffer.setOfferTags(List<OfferTag> offerTags)
List of up to 20 custom tags specified for this offer, and returned to the app through the
billing library.
|
Copyright © 2011–2022 Google. All rights reserved.