Android.Provider.SearchRecentSuggestions Members

The members of Android.Provider.SearchRecentSuggestions are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Although provider utility classes are typically static, this one must be constructed because it needs to be initialized using the same values that you provided in your Android.Content.SearchRecentSuggestionsProvider.

Protected Constructors

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

Public Properties

[read-only]
static
QueriesProjection1lineIList<string>. This is the database projection that can be used to view saved queries, when configured for one-line operation.
[read-only]
static
QueriesProjection2lineIList<string>. This is the database projection that can be used to view saved queries, when configured for two-line operation.

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

ClearHistory()
Completely delete the history.
SaveRecentQuery(string, string)
Add a query to the recent queries list.

Protected Methods

TruncateHistory(Android.Content.ContentResolver, int)
Reduces the length of the history table, to prevent it from growing too large.