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 allow the reference to the interface easier to be found 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.