IviDefaultsGroupConfig
Parameters
groupName
The name of the group. The group name must be formatted in camelCase
and must end with 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.
constructor(groupName: String, category: IviDefaultsGroupConfig.Category, optInPolicy: IviDefaultsGroupConfig.OptInPolicy)
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.