REST Resource: apps
Kaynak: Uygulama
Bir uygulamanın Play Store'daki temsili.
JSON gösterimi |
{
"name": string,
"packageName": string,
"displayName": string
} |
Alanlar |
name |
string
Kaynak adı. Biçim: apps/{app}
|
packageName |
string
Uygulamanın paket adı. Örnek: com.example.app123 .
|
displayName |
string
Uygulamanın başlığı. Bu, Play Console'da belirlenen en son başlıktır ve henüz incelenmemiş olabilir. Bu nedenle Play Store'la eşleşmeyebilir. Örnek: Google Maps .
|
Yöntemler |
|
Sürümlerle ilgili filtreleme seçeneklerini açıklar. |
|
Kullanıcının erişebileceği uygulamaları arar. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2023-11-29 UTC.
[null,null,["Son güncelleme tarihi: 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"]]