Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
CountryTargeting |
CountryTargeting.clone() |
CountryTargeting |
TrackRelease.getCountryTargeting()
Restricts a release to a specific set of countries.
|
CountryTargeting |
CountryTargeting.set(String fieldName,
Object value) |
CountryTargeting |
CountryTargeting.setCountries(List<String> countries)
Countries to target, specified as two letter [CLDR
codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
|
CountryTargeting |
CountryTargeting.setIncludeRestOfWorld(Boolean includeRestOfWorld)
Include "rest of world" as well as explicitly targeted countries.
|
Modifier and Type | Method and Description |
---|---|
TrackRelease |
TrackRelease.setCountryTargeting(CountryTargeting countryTargeting)
Restricts a release to a specific set of countries.
|
Copyright © 2011–2025 Google. All rights reserved.