OsVersion
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
JSON 表示法 |
{
"apiLevel": string
} |
欄位 |
apiLevel |
string (int64 format)
作業系統的數字版本代碼 - API 級別
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\u003cp\u003eThe OS version is represented using JSON format with a single field "apiLevel".\u003c/p\u003e\n"],["\u003cp\u003e"apiLevel" denotes the numeric version code of the OS, formatted as a string but representing an int64 value, commonly known as the API level.\u003c/p\u003e\n"]]],["The content describes a JSON representation of an OS version. It uses a single field, `apiLevel`, to define the OS. `apiLevel` is a string that contains the numeric version code, specifically the API level of the operating system. This field is formatted as an int64 value, as indicated by the linked documentation.\n"],null,["# OsVersion\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nRepresentation of an OS version.\n\n| JSON representation |\n|--------------------------------|\n| ``` { \"apiLevel\": string } ``` |\n\n| Fields ||\n|------------|--------------------------------------------------------------------------------------------------------------------------------|\n| `apiLevel` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Numeric version code of the OS - API level |"]]