IviDefaultsGroupConfigurator

interface IviDefaultsGroupConfigurator

Interface to configure the IVI application if the associated IviDefaultsGroupConfigs are used to configure the IVI application.

One or more IviDefaultsGroupConfigs can be associated to a configuration through IviDefaultsExtension.configureIfPresent and IviDefaultsExtension.configureIfAllPresent.

Functions

Link copied to clipboard
abstract fun addIviInstanceConfig(action: Action<IviInstanceConfigurator>)

Registers the given action to configure the IVI instance configuration.

Link copied to clipboard
abstract fun addServiceHosts(serviceHostConfigs: List<IviServiceHostConfig>)

Registers the given serviceHostConfigs as IVI service hosts.