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."],["You can access information about filtering options for app releases and search for apps accessible by the user via the provided methods."],["The JSON representation of an app includes the `name`, `packageName`, and `displayName` fields, providing essential app details."]]],["The provided information details a representation of an app on the Play Store, accessible via an API. An app is identified by its `name`, `packageName`, and `displayName`. The API offers two core methods: `fetchReleaseFilterOptions`, which outlines the filtering options for app releases, and `search`, enabling users to find apps they have access to. The app resource is structured as a JSON object, including these three string fields.\n"]]