Android.App.SearchManager: Method Members

The methods of Android.App.SearchManager are listed below. For a list of all members, see the SearchManager Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

static
FromContext(Android.Content.Context) : SearchManager
Documentation for this section has not yet been entered.
GetSearchableInfo(Android.Content.ComponentName) : SearchableInfo
Gets information about a searchable activity.
OnCancel(Android.Content.IDialogInterface)
This method will be invoked when the dialog is canceled.
OnDismiss(Android.Content.IDialogInterface)
This method will be invoked when the dialog is dismissed.
SetOnCancelListener(SearchManager.IOnCancelListener)
Set or clear the callback that will be invoked whenever the search UI is canceled.
SetOnDismissListener(SearchManager.IOnDismissListener)
Set or clear the callback that will be invoked whenever the search UI is dismissed.
StartSearch(string, bool, Android.Content.ComponentName, Android.OS.Bundle, bool)
Launch search UI.
StopSearch()
Terminate search UI.
TriggerSearch(string, Android.Content.ComponentName, Android.OS.Bundle)
Similar to SearchManager.StartSearch(string, System.Boolean, System.Boolean, System.Boolean, System.Boolean) but actually fires off the search query after invoking the search dialog.