OsVersion
JSON 表示法 |
{
"apiLevel": string
} |
字段 |
apiLevel |
string (int64 format)
操作系统的数字版本代码 - API 级别
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-11-29。
[null,null,["最后更新时间 (UTC):2023-11-29。"],[[["OS version is represented using JSON format with a single field, `apiLevel`."],["The `apiLevel` field is a string containing a numeric version code, representing the OS API level."]]],["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"]]