IviTestInternal

This annotation marks TomTom Digital Cockpit API modules internal API for testing purposes. A marked class or method requires callers to also be marked with this annotation, or opt-in to using it with @OptIn(IviTestInternal::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.

Properties

Link copied to clipboard

A free-form message explaining why a public API is marked as test internal. By default, the message indicates that the API is meant to be only used internally by TomTom and may change in the future without providing backward compatibility.