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."],["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"]]