The members of Android.Provider.SearchRecentSuggestions are listed below.
See Also: Inherited members from Java.Lang.Object
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. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] static | QueriesProjection1line | IList<string>. This is the database projection that can be used to view saved queries, when configured for one-line operation. |
[read-only] static | QueriesProjection2line | IList<string>. This is the database projection that can be used to view saved queries, when configured for two-line operation. |
[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. |
ClearHistory()Completely delete the history. | ||
SaveRecentQuery(string, string)Add a query to the recent queries list. |
TruncateHistory(Android.Content.ContentResolver, int)Reduces the length of the history table, to prevent it from growing too large. |