REST Resource: apps
מקור מידע: אפליקציה
ייצוג של אפליקציה בחנות Play.
ייצוג JSON |
{
"name": string,
"packageName": string,
"displayName": string
} |
שדות |
name |
string
שם המשאב פורמט: apps/{app}
|
packageName |
string
שם החבילה של האפליקציה. דוגמה: com.example.app123
|
displayName |
string
שם האפליקציה. זהו השם האחרון כפי שמוגדר ב-Play Console. יכול להיות שהוא עדיין לא נבדק, ולכן יכול להיות שהוא לא תואם לחנות Play. דוגמה: Google Maps
|
שיטות |
|
תיאור אפשרויות הסינון של גרסאות. |
|
חיפוש אפליקציות שהמשתמש יכול לגשת אליהן. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2023-11-29 (שעון UTC).
[null,null,["עדכון אחרון: 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"]]