Dialog.SetDismissMessage(Message) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set a message to be sent when the dialog is dismissed.
[Android.Runtime.Register("setDismissMessage", "(Landroid/os/Message;)V", "GetSetDismissMessage_Landroid_os_Message_Handler")]
public virtual void SetDismissMessage(Android.OS.Message? msg);
[<Android.Runtime.Register("setDismissMessage", "(Landroid/os/Message;)V", "GetSetDismissMessage_Landroid_os_Message_Handler")>]
abstract member SetDismissMessage : Android.OS.Message -> unit
override this.SetDismissMessage : Android.OS.Message -> unit
Parameters
- msg
- Message
Message: The msg to send when the dialog is dismissed. This value may be null.
- Attributes
Remarks
Set a message to be sent when the dialog is dismissed.
Android reference for android.app.Dialog.setDismissMessage.
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.