AndroidSdks
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ข้อมูลการกำหนดเป้าหมายระดับ API ของ Android สำหรับการกำหนดเป้าหมายการดำเนินการกู้คืนแอป
การแสดง JSON |
{
"sdkLevels": [
string
]
} |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eThe schema uses JSON to represent Android API level targeting data for app recovery actions.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003esdkLevels\u003c/code\u003e field contains a list of Android API levels (as strings representing integers) that the recovery action targets.\u003c/p\u003e\n"],["\u003cp\u003eThis targeting helps determine which devices are eligible for the recovery action based on their Android API level.\u003c/p\u003e\n"]]],["The JSON structure represents Android app recovery action targeting data. It utilizes a single field, `sdkLevels`, which is an array of strings. Each string within `sdkLevels` represents an Android API level, formatted as an integer, and signifies the targeted devices for a specific recovery action. The data indicates the compatible Android API levels for the action, as detailed in the Android developer documentation.\n"],null,["# AndroidSdks\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nAndroid api level targeting data for app recovery action targeting.\n\n| JSON representation |\n|-------------------------------------|\n| ``` { \"sdkLevels\": [ string ] } ``` |\n\n| Fields ||\n|---------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `sdkLevels[]` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Android api levels of devices targeted by recovery action. See \u003chttps://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels\u003e for different api levels in android. |"]]