IviDefaultsGroupConfig
data class IviDefaultsGroupConfig(val groupName: String, val category: IviDefaultsGroupConfig.Category, val optInPolicy: IviDefaultsGroupConfig.OptInPolicy) : Serializable
Defines an IVI application defaults group and configures if the groups requires an opt-in to be used in an IVI application configuration.
A group can be applied to an IVI application configuration. By applying a group, this can configure frontends, menu items and service hosts of the IVI application. It can also configure the runtime deployment of the service hosts, broadcast receivers and Android services.
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.
Constructors
Link copied to clipboard
constructor(groupName: String, category: IviDefaultsGroupConfig.Category, optInPolicy: IviDefaultsGroupConfig.OptInPolicy)