DynamicConfigurationGroup

data class DynamicConfigurationGroup(val group: String)

A group of related configurations.

For example, there can be a "media" group that contains media-related configurations, or a "map display" group with map visualization configurations.

Parameters

group

The group identifier that must be unique across all groups. It must not use package, class, or other implementation specific identifiers, as they may change over time.

Constructors

Link copied to clipboard
fun DynamicConfigurationGroup(group: String)

Properties

Link copied to clipboard
val group: String