LaunchGroupConfig

A structure that defines one launch group in a launch. A launch group is a variation of the feature that you are including in the launch.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A description of the launch group.

Link copied to clipboard

The feature that this launch is using.

Link copied to clipboard

A name for this launch group.

Link copied to clipboard

The feature variation to use for this launch group.

Functions

Link copied to clipboard
inline fun copy(block: LaunchGroupConfig.Builder.() -> Unit = {}): LaunchGroupConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String