Since

annotation class Since(val version: Int)

Annotation specifies in which version of Vehicle Integration Library specific API has been released. APIs annotated with annotations that have value UNRELEASED mean that API can change or be removed at any point. UNRELEASED should also be used for newly added APIs, it will then be changed to a proper version with the next release.

See also

Properties

Link copied to clipboard