IviDefaultsGroupConfig
fun IviDefaultsGroupConfig( groupName: String, category: IviDefaultsGroupConfig.Category, requiresOptIn: Boolean)
Content copied to clipboard
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.