IviExperimental
annotation class IviExperimental(val reasons: IviExperimentalReason, val message: String = EXPERIMENTAL_API_MESSAGE)
This annotation marks TomTom Digital Cockpit API modules that are experimental. A marked class or method requires callers to also be marked with this annotation, or to opt-in to using it with @OptIn(IviExperimental::class)
.
Note: While the functionality of TomTom Digital Cockpit API modules is typically kept backward compatible, classes or methods marked with this annotation are not guaranteed to be backward compatible. It is used to expose certain functionality to clients sooner, on the condition that they accept the cost of updating their code when integrating a newer version of TomTom Digital Cockpit.