IviDefaultsGroupConfig

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

Types

Link copied to clipboard
Link copied to clipboard
object Companion
Link copied to clipboard

Defines the opt-in policy.

Properties

Link copied to clipboard
Link copied to clipboard