commons/views / com.vmadalin.commons.views / ProgressBarDialog / show

show

fun show(): Unit

Start the dialog and display it on screen. The window is placed in the application layer and opaque.

See Also

AlertDialog.show

fun show(@StringRes messageRes: Int?): Unit

Start the dialog and display it on screen. The window is placed in the application layer and opaque.

Parameters

messageRes - Message resource identifier.

See Also

show