IviServiceHostContext

interface IviServiceHostContext : IviInstanceIdProvider

An entry point for an IVI service host to communicate with the rest of the system.

Properties

Link copied to clipboard
abstract val context: Context

The Android Context of the IVI service host.

Link copied to clipboard
abstract val dynamicConfigurationProvider: DynamicConfigurationProvider

Allows retrieving the values of dynamic configurations using a configuration key.

Link copied to clipboard
abstract override val iviInstanceId: IviInstanceId?

The IVI instance ID of the service host. null if the IVI service host is a global IVI service host.

Link copied to clipboard
abstract val iviServiceProvider: IviServiceProvider

The IVI service provider for the service host.

Link copied to clipboard
abstract val staticConfigurationProvider: StaticConfigurationProvider

Allows retrieving the values of static configurations using a configuration key.