LaunchGroup

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 variation for this launch group. This is a key-value pair.

Link copied to clipboard

The name of the launch group.

Functions

Link copied to clipboard
inline fun copy(block: LaunchGroup.Builder.() -> Unit = {}): LaunchGroup
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