//Spheroid Script/spheroid.client.ui/Dialog
Dialog
See also Dialog in UI Guide
class Dialog
Constructors
| Name | Summary |
|---|---|
| <init> | fun <init>(title: String, message: String) |
Functions
| Name | Summary |
|---|---|
| open | fun open(onClose: () -> Unit) |
| toString | fun toString(): String |
Properties
| Name | Summary |
|---|---|
| message | var message: String |
| title | var title: String |