Dialog

interface Dialog<T> : UiElementContainer

A dialog window which is displayed to the user.

Types

Initializer
Link copied to clipboard
interface Initializer<T> : UiElementContainer.Initializer
Initializer for a dialog window.

Functions

close
Link copied to clipboard
abstract fun close()
Close the dialog.

Properties

result
Link copied to clipboard
abstract val result: T?
Get the dialog result.