PanelSubContainerLifecycleState

The lifecycle state of a panel sub-container.

The PanelContainerControllerAdapter controls the state. PanelSubContainerViewModel may not assume any state transitions are illegal.

Entries

Link copied to clipboard

The panel sub-container data is not yet bound to the sub-container.

Link copied to clipboard

The panel sub-container is entering the scene.

Link copied to clipboard

The panel sub-container is fully shown. This state is reached after the enter animation (if any).

Link copied to clipboard

The panel sub-container is leaving the scene.

Link copied to clipboard

The panel sub-container is not shown any longer. The state is reached after the exit animation (if any).

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int