SearchManager.OnCancel(IDialogInterface) Method

Definition

Caution

deprecated

This member is deprecated.

[Android.Runtime.Register("onCancel", "(Landroid/content/DialogInterface;)V", "GetOnCancel_Landroid_content_DialogInterface_Handler")]
[System.Obsolete("deprecated")]
public virtual void OnCancel (Android.Content.IDialogInterface? dialog);
[<Android.Runtime.Register("onCancel", "(Landroid/content/DialogInterface;)V", "GetOnCancel_Landroid_content_DialogInterface_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member OnCancel : Android.Content.IDialogInterface -> unit
override this.OnCancel : Android.Content.IDialogInterface -> unit

Parameters

dialog
IDialogInterface

The dialog that was canceled will be passed into the method.

Implements

Attributes

Remarks

This member is deprecated. This method is an obsolete internal implementation detail. Do not use.

Java documentation for android.app.SearchManager.onCancel(android.content.DialogInterface).

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