Alert Dialog
open class AlertDialog(dialogTitle: String? = null, cancelable: Boolean? = null, animation: Boolean? = null, rowfooter: Boolean? = null, className: String? = null, init: AlertDialog.() -> Unit? = null) : Dialog
An alert dialog component.
Parameters
dialog Title
a title of the alert dialog
cancelable
whether the dialog can be canceled
animation
determines if the transitions are animated
rowfooter
horizontally aligns the footer buttons
class Name
CSS class names
init
an initializer extension function
Properties
Functions
Link copied to clipboard
Link copied to clipboard
fun AlertDialog.alertDialogButton(content: String? = null, rich: Boolean = false, align: <Error class: unknown class>? = null, icon: String? = null, className: String? = null, init: AlertDialogButton.() -> Unit? = null): AlertDialogButton
DSL builder extension function.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Hides the dialog.
Link copied to clipboard
Sets device back button event listener.
Link copied to clipboard
Clears device back button event listener.
Link copied to clipboard
Shows the dialog.