serviceName
The IVI service name.
The service name must be formatted in PascalCase
and must have the Service
suffix.
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.
The Service
suffix is mandatory to allow the reference to the interface easier to be found in the code base.