Scene

abstract class Scene constructor

A collection of Displays and the Views they hold. Each app has a Scene that represents the content it holds.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun forEachDisplay(block: (Display) -> Unit)

Visit all Displays in the scene.

Link copied to clipboard
abstract fun forEachView(block: (View) -> Unit)

Visit all Views in the scene.