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