| Package | Description |
|---|---|
| com.google.api.services.androidpublisher | |
| com.google.api.services.androidpublisher.model |
| Modifier and Type | Method and Description |
|---|---|
AndroidPublisher.Edits.Apklistings.Patch |
AndroidPublisher.Edits.Apklistings.patch(String packageName,
String editId,
Integer apkVersionCode,
String language,
ApkListing content)
Updates or creates the APK-specific localized listing for a specified APK and language code.
|
AndroidPublisher.Edits.Apklistings.Update |
AndroidPublisher.Edits.Apklistings.update(String packageName,
String editId,
Integer apkVersionCode,
String language,
ApkListing content)
Updates or creates the APK-specific localized listing for a specified APK and language code.
|
| Constructor and Description |
|---|
Patch(String packageName,
String editId,
Integer apkVersionCode,
String language,
ApkListing content)
Updates or creates the APK-specific localized listing for a specified APK and language code.
|
Update(String packageName,
String editId,
Integer apkVersionCode,
String language,
ApkListing content)
Updates or creates the APK-specific localized listing for a specified APK and language code.
|
| Modifier and Type | Method and Description |
|---|---|
ApkListing |
ApkListing.clone() |
ApkListing |
ApkListing.set(String fieldName,
Object value) |
ApkListing |
ApkListing.setLanguage(String language)
The language code, in BCP 47 format (eg "en-US").
|
ApkListing |
ApkListing.setRecentChanges(String recentChanges)
Describe what's new in your APK.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApkListing> |
ApkListingsListResponse.getListings() |
| Modifier and Type | Method and Description |
|---|---|
ApkListingsListResponse |
ApkListingsListResponse.setListings(List<ApkListing> listings) |
Copyright © 2011–2019 Google. All rights reserved.