The members of Android.App.SearchableInfo are listed below.
See Also: Inherited members from Java.Lang.Object
[read-only] static | Creator | Android.OS.IParcelableCreator. Support for parcelable and aidl operations. |
[read-only] | HintId | int. Gets the resource id of the hint text. |
[read-only] | ImeOptions | Android.Views.InputMethods.ImeAction. Gets the input method options specified in the searchable attributes. |
[read-only] | InputType | Android.Text.InputTypes. Gets the input type as specified in the searchable attributes. |
[read-only] | SearchActivity | Android.Content.ComponentName. Gets the component name of the searchable activity. |
[read-only] | SettingsDescriptionId | int. 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] | SuggestAuthority | string. Gets the search suggestion content provider authority. |
[read-only] | SuggestIntentAction | string. Gets the optional intent action for use with these suggestions. |
[read-only] | SuggestIntentData | string. Gets the optional intent data for use with these suggestions. |
[read-only] | SuggestPackage | string. Gets the name of the package where the suggestion provider lives, or null. |
[read-only] | SuggestPath | string. Gets the content provider path for obtaining search suggestions. |
[read-only] | SuggestSelection | string. Gets the selection for obtaining search suggestions. |
[read-only] | SuggestThreshold | int. Gets the suggestion threshold. |
[read-only] | VoiceLanguageId | int. Gets the resource id of the spoken language to recognize in voice search. |
[read-only] | VoiceLanguageModeId | int. Gets the resource id of the voice search language model string. |
[read-only] | VoiceMaxResults | int. The maximum number of voice recognition results to return. |
[read-only] | VoicePromptTextId | int. Gets the resource id of the voice prompt text string. |
[read-only] | VoiceSearchEnabled | bool. Checks if the searchable activity wants the voice search button to be shown. |
[read-only] | VoiceSearchLaunchRecognizer | bool. Checks if voice search should start in-app search. |
[read-only] | VoiceSearchLaunchWebSearch | bool. Checks if voice search should start web search. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
AutoUrlDetect()Checks whether this searchable activity has auto URL detection turned on. | ||
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
QueryAfterZeroResults()Checks whether this searchable activity should be queried for suggestions if a prefix of the query has returned no results. | ||
ShouldIncludeInGlobalSearch()Checks whether the searchable should be included in global search. | ||
ShouldRewriteQueryFromData()Checks whether the text in the query field should come from the suggestion intent data. | ||
ShouldRewriteQueryFromText()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. |