AndroidSdks
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Targeting-Daten auf Android-API-Ebene für das Targeting mit Aktionen zur App-Wiederherstellung.
JSON-Darstellung |
{
"sdkLevels": [
string
]
} |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 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. |"]]