Android.App.SearchManager Class
This class provides access to the system search services.

See Also: SearchManager Members

Syntax

[Android.Runtime.Register("android/app/SearchManager", DoNotGenerateAcw=true)]
public class SearchManager : Java.Lang.Object, Android.Content.IDialogInterfaceOnCancelListener, Android.Content.IDialogInterfaceOnDismissListener, IDisposable

Remarks

This class provides access to the system search services.

In practice, you won't interact with this class directly, as search services are provided through methods in Android.App.Activity and the Android.Content.Intent.ActionSearchAndroid.Content.Intent. If you do require direct access to the SearchManager, do not instantiate this class directly. Instead, retrieve it through Android.Content.Context.GetSystemService(string).

Developer Guides

For more information about using the search dialog and adding search suggestions in your application, read the Search developer guide.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1