dismiss

fun dismiss(): DialogRoute?

Dismisses the dialog.

This will first call handleOnDismissRequest to determine whether the dismiss request is handled or not. If true then it will return null otherwise proceeds to close the dialog.

The default implementation of handleOnDismissRequest in Controller.CreateDialog returns false.

See also