fun show(): Unit
Start the dialog and display it on screen. The window is placed in the application layer and opaque.
See Also
fun show(@StringRes messageRes: Int?): Unit
Start the dialog and display it on screen. The window is placed in the application layer and opaque.
messageRes
- Message resource identifier.
See Also