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