FrontendConfigurator

Interface for configuring a frontend of an IVI instance.

Functions

Link copied to clipboard
abstract fun addExtension(vararg extension: FrontendExtensionConfig)

Configures the given extension to be added to the frontend currently being configured.

Link copied to clipboard
abstract fun removeExtension(vararg extension: FrontendExtensionConfig)

Configures the given extension to be removed from the frontend currently being configured.

Link copied to clipboard

Configures the given new extension to replace the old extension of the frontend currently being configured.