setNegativeButtonText

open fun setNegativeButtonText(@Nullable negativeButtonText: CharSequence)(source)

Sets the text of the negative button of the dialog. This will be shown on subsequent dialogs.

Parameters

negativeButtonText

The text of the negative button


open fun setNegativeButtonText(negativeButtonTextResId: Int)(source)

Parameters

negativeButtonTextResId

The negative button text as a resource

See also