configureIfPresent

abstract fun configureIfPresent(group: IviDefaultsGroupConfig, action: Action<IviDefaultsGroupConfigurator>)

Configures what is configured by action if group is used to configure the IVI application.

Note: The action may be executed even if the group is not configured.