listings
Overview
Name | listings |
Type | Resource |
Id | googledevelopers.androidpublisher.listings |
Fields
Name | Datatype | Description |
---|---|---|
language | string | Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German). |
shortDescription | string | Short description of the app. |
title | string | Localized title of the app. |
video | string | URL of a promotional YouTube video for the app. |
fullDescription | string | Full description of the app. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
edits_listings_get | SELECT | editId, language, packageName | Gets a localized store listing. |
edits_listings_list | SELECT | editId, packageName | Lists all localized store listings. |
edits_listings_delete | DELETE | editId, language, packageName | Deletes a localized store listing. |
edits_listings_patch | EXEC | editId, language, packageName | Patches a localized store listing. |
edits_listings_update | EXEC | editId, language, packageName | Creates or updates a localized store listing. |