Global

interface Global : IviServiceHostManagerFactory

Interface for creating global IVI service host managers.

Functions

Link copied to clipboard
abstract fun createBinderGlobalServiceHostManager(serviceHostId: IviServiceHostId, vararg iviServiceInterfaceRegistrations: AnyIviServiceInterfaceRegistration): IviServiceHostManagerBase

Creates a binder service host manager for a service host with one or more IVI service interfaces.

Link copied to clipboard
abstract fun createDirectGlobalServiceHostManager(    serviceHostId: IviServiceHostId,     iviServiceInterfaceRegistrations: Collection<AnyIviServiceInterfaceRegistration>,     builder: IviServiceHostBuilder): IviServiceHostManagerBase

Creates a direct global service host manager for a service host with one or more IVI service interfaces.