IviInternal

This annotation marks TomTom Digital Cockpit API modules as internal. A marked class or method requires callers to also be marked with this annotation, or opt-in to using it with @OptIn(IviInternal::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 mark some properties and classes which are used internally by generated code and should not be used directly by a plugin.