configure

abstract fun configure(frontend: FrontendConfig, action: Action<IviInstanceFrontendCollectionConfigurator.FrontendConfigurator>)

Configures the given frontend in the IVI instance through the given action.

The given frontend must be present in the IVI instance configuration. It is matched against existing frontend instances based on its FrontendConfig.frontendBuilderName, FrontendConfig.implementationModule and FrontendConfig.subPackageName property values.