Android.App.SearchableInfo: Method Members

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

See Also: Inherited members from Java.Lang.Object

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.