IviExperimental

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.

Properties

Link copied to clipboard

Optionally one or more reasons that refine why a public API is marked as experimental. If no reason is given it just indicates that the API is experimental and may change in the future without providing backwards compatibility.