REST Resource: apps
ทรัพยากร: แอป
การนำเสนอแอปใน Play Store
การแสดง JSON |
{
"name": string,
"packageName": string,
"displayName": string
} |
ช่อง |
name |
string
ชื่อทรัพยากร รูปแบบ: apps/{app}
|
packageName |
string
ชื่อแพ็กเกจของแอป ตัวอย่าง: com.example.app123
|
displayName |
string
ชื่อแอป ชื่อนี้เป็นชื่อล่าสุดตามที่กำหนดไว้ใน Play Console และอาจยังไม่ได้รับการตรวจสอบ จึงอาจไม่ตรงกับชื่อใน Play Store ตัวอย่าง: Google Maps
|
วิธีการ |
|
อธิบายตัวเลือกการกรองสำหรับรุ่นต่างๆ |
|
ค้นหา Apps ที่ผู้ใช้เข้าถึงได้ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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"]]