setPositiveButtonText

open fun setPositiveButtonText(@Nullable positiveButtonText: CharSequence)(source)

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

Parameters

positiveButtonText

The text of the positive button


open fun setPositiveButtonText(positiveButtonTextResId: Int)(source)

Parameters

positiveButtonTextResId

The positive button text as a resource

See also