get_fuchsia_api_levels
Returns the list of API levels supported by this SDK version.
Values are returned as a struct with the following fields:
struct(
abi_revision = "0xED74D73009C2B4E3",
api_level = "10",
as_u32 = 10,
)
as_u32
is interesting in the case of special API levels like HEAD
.
clang only wants to be passed API levels in their numeric form.
The status is not an API to be relied on but the STATUS_* constants can be
used.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-23 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-23 UTC."],[],[]]