IviServiceExperimentalApi

This annotation marks IVI service API as experimental. A marked annotation, class or method requires callers to also be marked with this annotation, or to opt-in to using it with @OptIn(IviServiceExperimentalApi::class).

Note: While the functionality of IVI service API is typically kept backward compatible, annotations, 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.

Constructors

Link copied to clipboard
fun IviServiceExperimentalApi()