Type Alias ApiLevel
pub type ApiLevel = u64;
Expand description
The API level denotes a set of APIs available when building an application for a given release of the FUCHSIA IDK. API levels are assigned in increasing order.
pub type ApiLevel = u64;
The API level denotes a set of APIs available when building an application for a given release of the FUCHSIA IDK. API levels are assigned in increasing order.