Dialog.SetDismissMessage(Message) Method

Definition

Set a message to be sent when the dialog is dismissed.

C#
[Android.Runtime.Register("setDismissMessage", "(Landroid/os/Message;)V", "GetSetDismissMessage_Landroid_os_Message_Handler")]
public virtual void SetDismissMessage (Android.OS.Message? msg);

Parameters

msg
Message

The msg to send when the dialog is dismissed.

Attributes

Remarks

Set a message to be sent when the dialog is dismissed.

Java documentation for android.app.Dialog.setDismissMessage(android.os.Message).

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

Product Versions
.NET for Android .NET for Android API 34, .NET for Android API 35