Dialog
Constructors
Link copied to clipboard
fun Dialog( dialogType: DialogType, title: String, header: String, message: String, vararg buttons: ButtonType)
Content copied to clipboard
Creates a Dialog.
Properties
Link copied to clipboard
Buttons to be shown. Standard set of buttons according to dialogType will be used if you don't pass any ButtonTypes.
Link copied to clipboard
The DialogType of the alert. Affects the displayed icon.