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.

category

The group category.

requiresOptIn

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


Parameters

groupName

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

category

The group category.

optInPolicy

The opt-in policy of the group.