Package | Description |
---|---|
com.google.api.services.androidpublisher | |
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Edits.Listings.Patch |
AndroidPublisher.Edits.Listings.patch(String packageName,
String editId,
String language,
Listing content)
Patches a localized store listing.
|
AndroidPublisher.Edits.Listings.Update |
AndroidPublisher.Edits.Listings.update(String packageName,
String editId,
String language,
Listing content)
Creates or updates a localized store listing.
|
Constructor and Description |
---|
Patch(String packageName,
String editId,
String language,
Listing content)
Patches a localized store listing.
|
Update(String packageName,
String editId,
String language,
Listing content)
Creates or updates a localized store listing.
|
Modifier and Type | Method and Description |
---|---|
Listing |
Listing.clone() |
Listing |
Listing.set(String fieldName,
Object value) |
Listing |
Listing.setFullDescription(String fullDescription)
Full description of the app.
|
Listing |
Listing.setLanguage(String language)
Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
|
Listing |
Listing.setShortDescription(String shortDescription)
Short description of the app.
|
Listing |
Listing.setTitle(String title)
Localized title of the app.
|
Listing |
Listing.setVideo(String video)
URL of a promotional YouTube video for the app.
|
Modifier and Type | Method and Description |
---|---|
List<Listing> |
ListingsListResponse.getListings()
All localized listings.
|
Modifier and Type | Method and Description |
---|---|
ListingsListResponse |
ListingsListResponse.setListings(List<Listing> listings)
All localized listings.
|
Copyright © 2011–2025 Google. All rights reserved.