setDialogTitle

open fun setDialogTitle(@Nullable dialogTitle: CharSequence)(source)

Sets the title of the dialog. This will be shown on subsequent dialogs.

Parameters

dialogTitle

The title


open fun setDialogTitle(dialogTitleResId: Int)(source)

Parameters

dialogTitleResId

The dialog title as a resource

See also