serviceName

Parameters

serviceName

The IVI service name.

The service name must be formatted in PascalCase and must end with the Service suffix. The Service suffix is mandatory to make it easier for developers to find where the class is used in the code base.

The service name needs to match an IVI service's interface name: the name of the Kotlin interface annotated with the IviService or IviDiscoverableService annotation.