REST Resource: apps
Ressource: App
Darstellung einer App im Play Store
JSON-Darstellung |
{
"name": string,
"packageName": string,
"displayName": string
} |
Felder |
name |
string
Der Ressourcenname Format: apps/{app}
|
packageName |
string
Paketname der App. Beispiel: com.example.app123 .
|
displayName |
string
Der Titel der App. Das ist der aktuelle Titel gemäß der Angabe in der Play Console. Er wurde möglicherweise noch nicht überprüft und stimmt daher möglicherweise nicht mit dem Play Store überein. Beispiel: Google Maps .
|
Methoden |
|
Beschreibt Filteroptionen für Releases. |
|
Sucht nach Apps, auf die der Nutzer Zugriff hat. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2023-11-29 (UTC).
[null,null,["Zuletzt aktualisiert: 2023-11-29 (UTC)."],[[["The `App` resource represents an application in the Play Store and is identified by its name, package name, and display name."],["The provided JSON schema illustrates the structure of the `App` resource, encompassing these identifying attributes."],["This documentation details methods to fetch release filter options and search for apps accessible by the user, aiding in managing and analyzing app data."]]],["The provided content defines a resource called \"App,\" representing a Play Store app. Key information includes the app's `name` (resource identifier), `packageName` (e.g., `com.example.app123`), and `displayName` (app title). It also specifies two methods: `fetchReleaseFilterOptions` which details release filtering and `search` which is used for discovering accessible Apps. The resource representation is specified in a JSON format containing these properties.\n"]]