Package-level declarations

Types

Link copied to clipboard
class ScreenDefinition(title: UiText, pausesGame: Boolean = false, content: UiScope.() -> Unit) : AutoCloseable

One-shot platform-neutral definition for one declarative screen.

Link copied to clipboard

Privileged ownership payload atomically removed from one ScreenDefinition.

Link copied to clipboard

Reports that a one-shot ScreenDefinition can no longer transfer its payload.

Link copied to clipboard

Reports that a runtime cannot present a ScreenDefinition from the calling thread.

Link copied to clipboard

Reports that no platform runtime is installed to present a ScreenDefinition.

Link copied to clipboard
object Screens

Java facade for presenting platform-neutral screen definitions.