create

@NonNull
open fun create(): @NonNull AlertDialog(source)

Creates an AlertDialog with the arguments supplied to this builder.

Calling this method does not display the dialog. If no additional processing is needed, show may be called instead to both create and display the dialog.