DialogPreference.SetPositiveButtonText(Int32) Method

Definition

[Android.Runtime.Register("setPositiveButtonText", "(I)V", "GetSetPositiveButtonText_IHandler")]
public virtual void SetPositiveButtonText (int positiveButtonTextResId);
[<Android.Runtime.Register("setPositiveButtonText", "(I)V", "GetSetPositiveButtonText_IHandler")>]
abstract member SetPositiveButtonText : int -> unit
override this.SetPositiveButtonText : int -> unit

Parameters

positiveButtonTextResId
Int32

The positive button text as a resource.

Attributes

Remarks

Java documentation for android.preference.DialogPreference.setPositiveButtonText(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also