AlertDialog.Builder.SetOnDismissListener Method

Definition

Sets the callback that will be called when the dialog is dismissed for any reason.

[Android.Runtime.Register("setOnDismissListener", "(Landroid/content/DialogInterface$OnDismissListener;)Landroid/app/AlertDialog$Builder;", "GetSetOnDismissListener_Landroid_content_DialogInterface_OnDismissListener_Handler")]
public virtual Android.App.AlertDialog.Builder SetOnDismissListener (Android.Content.IDialogInterfaceOnDismissListener onDismissListener);
[<Android.Runtime.Register("setOnDismissListener", "(Landroid/content/DialogInterface$OnDismissListener;)Landroid/app/AlertDialog$Builder;", "GetSetOnDismissListener_Landroid_content_DialogInterface_OnDismissListener_Handler")>]
abstract member SetOnDismissListener : Android.Content.IDialogInterfaceOnDismissListener -> Android.App.AlertDialog.Builder
override this.SetOnDismissListener : Android.Content.IDialogInterfaceOnDismissListener -> Android.App.AlertDialog.Builder

Parameters

Returns

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