AlertDialog.SetMessage Method

Definition

Overloads

SetMessage(ICharSequence)
SetMessage(String)

SetMessage(ICharSequence)

[Android.Runtime.Register("setMessage", "(Ljava/lang/CharSequence;)V", "GetSetMessage_Ljava_lang_CharSequence_Handler")]
public virtual void SetMessage (Java.Lang.ICharSequence? message);
[<Android.Runtime.Register("setMessage", "(Ljava/lang/CharSequence;)V", "GetSetMessage_Ljava_lang_CharSequence_Handler")>]
abstract member SetMessage : Java.Lang.ICharSequence -> unit
override this.SetMessage : Java.Lang.ICharSequence -> unit

Parameters

message
ICharSequence
Attributes

Remarks

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

SetMessage(String)

public void SetMessage (string? message);
member this.SetMessage : string -> unit

Parameters

message
String

Remarks

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