DialogPreference.SetDialogMessage(Int32) Method

Definition

[Android.Runtime.Register("setDialogMessage", "(I)V", "GetSetDialogMessage_IHandler")]
public virtual void SetDialogMessage (int dialogMessageResId);
[<Android.Runtime.Register("setDialogMessage", "(I)V", "GetSetDialogMessage_IHandler")>]
abstract member SetDialogMessage : int -> unit
override this.SetDialogMessage : int -> unit

Parameters

dialogMessageResId
Int32

The dialog message as a resource.

Attributes

Remarks

Java documentation for android.preference.DialogPreference.setDialogMessage(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