AndroidSdks
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
অ্যাপ্লিকেশান পুনরুদ্ধার অ্যাকশন টার্গেটিং এর জন্য অ্যান্ড্রয়েড এপিআই লেভেল টার্গেটিং ডেটা।
JSON প্রতিনিধিত্ব |
---|
{
"sdkLevels": [
string
]
} |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 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. |"]]