serviceApiModule

val serviceApiModule: ModuleReference

The module that contains the IVI service interface: the Kotlin interface annotated with the IviService or IviDiscoverableService annotation.

The package name of the interface is obtained from this ModuleReference. If the interface resides in a sub package within this module, the sub package can be provided through subPackageName. This subPackageName is appended to the package name of the module, with a period in between.