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 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2023-11-29 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]