IviDefaultsGroupConfig

fun IviDefaultsGroupConfig(    groupName: String,     category: IviDefaultsGroupConfig.Category,     requiresOptIn: Boolean)

Parameters

groupName

The name of the group. The group name must be formatted in camelCase and must have the Group suffix.

requiresOptIn

If false, the configuration associated to the group is applied to configure the IVI application configuration by default. If true, the configuration requires an explicit opt-in to be used.