Container

interface Container<C>

A manager contains a set of children.

Parameters

C

type of the child.

Inheritors

Functions

Link copied to clipboard
abstract fun <T : C> addChild(child: T): T

Allows child to be added dynamically with Kotlin DSL in the context of this manager.