Android.App.SearchManager Members

The members of Android.App.SearchManager are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
ActionKeystring. Intent extra data key: Use this key with Intent.
const
ActionMsgstring. Intent extra data key: Use this key with Intent.
const
AppDatastring. Intent extra data key: Use this key with Intent.
const
CursorExtraKeyInProgressstring. Boolean extra data key for a suggestion provider to return in Android.Database.ICursor.Extras to indicate that the search is not complete yet.
const
ExtraDataKeystring. Intent extra data key: This key will be used for the extra populated by the SearchManager.SuggestColumnIntentExtraData column.
const
ExtraNewSearchstring. Boolean extra data key for Android.Content.Intent.ActionWebSearch intents.
const
ExtraSelectQuerystring. Boolean extra data key for SearchManager.IntentActionGlobalSearch intents.
const
ExtraWebSearchPendingintentstring. Extra data key for Android.Content.Intent.ActionWebSearch.
const
FlagQueryRefinementint (1). Flag to specify that the entry can be used for query refinement, i.e., the query text in the search field can be replaced with the text in this entry, when a query refinement icon is clicked.
const
IntentActionGlobalSearchstring. Intent action for starting the global search activity.
const
IntentActionSearchablesChangedstring. Intent action broadcasted to inform that the searchables list or default have changed.
const
IntentActionSearchSettingsstring. Intent action for starting the global search settings activity.
const
IntentActionSearchSettingsChangedstring. Intent action broadcasted to inform that the search settings have changed in some way.
const
IntentActionWebSearchSettingsstring. Intent action for starting a web search provider's settings activity.
const
IntentGlobalSearchActivityChangedstring. Intent action to be broadcast to inform that the global search provider has changed.
const
MenuKeychar. This is a shortcut definition for the default menu key to use for invoking search.
const
MenuKeycodeint (47). This is a shortcut definition for the default menu key to use for invoking search.
const
Querystring. Intent extra data key: Use this key with Android.Content.Intent.GetStringExtra(string) to obtain the query string from Intent.
const
ShortcutMimeTypestring. MIME type for shortcut validation.
const
SuggestColumnAudioChannelConfigstring. Column name for suggestions cursor.
const
SuggestColumnContentTypestring. Column name for suggestions cursor.
const
SuggestColumnDurationstring. Column name for suggestions cursor.
const
SuggestColumnFlagsstring. Column name for suggestions cursor.
const
SuggestColumnFormatstring. Column name for suggestions cursor.
const
SuggestColumnIcon1string. Column name for suggestions cursor.
const
SuggestColumnIcon2string. Column name for suggestions cursor.
const
SuggestColumnIntentActionstring. Column name for suggestions cursor.
const
SuggestColumnIntentDatastring. Column name for suggestions cursor.
const
SuggestColumnIntentDataIdstring. Column name for suggestions cursor.
const
SuggestColumnIntentExtraDatastring. Column name for suggestions cursor.
const
SuggestColumnIsLivestring. Column name for suggestions cursor.
const
SuggestColumnLastAccessHintstring. Column name for suggestions cursor.
const
SuggestColumnProductionYearstring. Column name for suggestions cursor.
const
SuggestColumnPurchasePricestring. Column name for suggestions cursor.
const
SuggestColumnQuerystring. Column name for suggestions cursor.
const
SuggestColumnRatingScorestring. Column name for suggestions cursor.
const
SuggestColumnRatingStylestring. Column name for suggestions cursor.
const
SuggestColumnRentalPricestring. Column name for suggestions cursor.
const
SuggestColumnResultCardImagestring. Column name for suggestions cursor.
const
SuggestColumnShortcutIdstring. Column name for suggestions cursor.
const
SuggestColumnSpinnerWhileRefreshingstring. Column name for suggestions cursor.
const
SuggestColumnText1string. Column name for suggestions cursor.
const
SuggestColumnText2string. Column name for suggestions cursor.
const
SuggestColumnText2Urlstring. Column name for suggestions cursor.
const
SuggestColumnVideoHeightstring. Column name for suggestions cursor.
const
SuggestColumnVideoWidthstring. Column name for suggestions cursor.
const
SuggestMimeTypestring. MIME type for suggestions data.
const
SuggestNeverMakeShortcutstring. Column value for suggestion column SearchManager.SuggestColumnShortcutId when a suggestion should not be stored as a shortcut in global search.
const
SuggestParameterLimitstring. Query parameter added to suggestion queries to limit the number of suggestions returned.
const
SuggestUriPathQuerystring. Uri path for queried suggestions data.
const
SuggestUriPathShortcutstring. Uri path for shortcut validation.
const
UserQuerystring. Intent extra data key: Use this key with Android.Content.Intent.GetStringExtra(string) to obtain the query string typed in by the user.

Public Properties

[read-only]
GlobalSearchActivityAndroid.Content.ComponentName. Gets the name of the global search activity.
[read-only]
SearchablesInGlobalSearchIList<SearchableInfo>. Returns a list of the searchable activities that can be included in global search.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.

Public Events

CancelDocumentation for this section has not yet been entered.
DismissDocumentation for this section has not yet been entered.