Android.App.SearchableInfo Members

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

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator. Support for parcelable and aidl operations.
[read-only]
HintIdint. Gets the resource id of the hint text.
[read-only]
ImeOptionsAndroid.Views.InputMethods.ImeAction. Gets the input method options specified in the searchable attributes.
[read-only]
InputTypeAndroid.Text.InputTypes. Gets the input type as specified in the searchable attributes.
[read-only]
SearchActivityAndroid.Content.ComponentName. Gets the component name of the searchable activity.
[read-only]
SettingsDescriptionIdint. Gets the resource id of the description string to use for this source in system search settings, or 0 if none has been specified.
[read-only]
SuggestAuthoritystring. Gets the search suggestion content provider authority.
[read-only]
SuggestIntentActionstring. Gets the optional intent action for use with these suggestions.
[read-only]
SuggestIntentDatastring. Gets the optional intent data for use with these suggestions.
[read-only]
SuggestPackagestring. Gets the name of the package where the suggestion provider lives, or null.
[read-only]
SuggestPathstring. Gets the content provider path for obtaining search suggestions.
[read-only]
SuggestSelectionstring. Gets the selection for obtaining search suggestions.
[read-only]
SuggestThresholdint. Gets the suggestion threshold.
[read-only]
VoiceLanguageIdint. Gets the resource id of the spoken language to recognize in voice search.
[read-only]
VoiceLanguageModeIdint. Gets the resource id of the voice search language model string.
[read-only]
VoiceMaxResultsint. The maximum number of voice recognition results to return.
[read-only]
VoicePromptTextIdint. Gets the resource id of the voice prompt text string.
[read-only]
VoiceSearchEnabledbool. Checks if the searchable activity wants the voice search button to be shown.
[read-only]
VoiceSearchLaunchRecognizerbool. Checks if voice search should start in-app search.
[read-only]
VoiceSearchLaunchWebSearchbool. Checks if voice search should start web 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

AutoUrlDetect() : bool
Checks whether this searchable activity has auto URL detection turned on.
DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
QueryAfterZeroResults() : bool
Checks whether this searchable activity should be queried for suggestions if a prefix of the query has returned no results.
ShouldIncludeInGlobalSearch() : bool
Checks whether the searchable should be included in global search.
ShouldRewriteQueryFromData() : bool
Checks whether the text in the query field should come from the suggestion intent data.
ShouldRewriteQueryFromText() : bool
Checks whether the text in the query field should come from the suggestion title.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.