show

open fun show(): AlertDialog(source)

Creates an AlertDialog with the arguments supplied to this builder and immediately displays the dialog.

Calling this method is functionally identical to:

    AlertDialog dialog = builder.create();
    dialog.show();