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