IviInstanceThemingCollectionConfigurator

Interface to configure the theme registry source implementations of the IVI application.

Functions

Link copied to clipboard
abstract fun addRegistrySource(registrySource: IviThemeRegistrySourceConfig)

Adds the registrySource to the IVI instance configuration.

Link copied to clipboard
abstract fun addRegistrySources(vararg registrySources: IviThemeRegistrySourceConfig)

Adds the registrySources to the IVI instance configuration.

Link copied to clipboard

Removes the registrySource from the IVI instance configuration.

Link copied to clipboard
abstract fun removeRegistrySources(vararg registrySources: IviThemeRegistrySourceConfig)

Removes the registrySources from the IVI instance configuration.