Android.Content.SearchRecentSuggestionsProvider Members

The members of Android.Content.SearchRecentSuggestionsProvider are listed below.

See Also: Inherited members from Android.Content.ContentProvider

Public Constructors

Protected Constructors

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

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

override
Delete(Android.Net.Uri, string, string[]) : int
This method is provided for use by the ContentResolver.
override
GetType(Android.Net.Uri) : string
This method is provided for use by the ContentResolver.
override
Insert(Android.Net.Uri, ContentValues) : Android.Net.Uri
This method is provided for use by the ContentResolver.
override
OnCreate() : bool
This method is provided for use by the ContentResolver.
override
Query(Android.Net.Uri, string[], string, string[], string) : Android.Database.ICursor
This method is provided for use by the ContentResolver.
override
Update(Android.Net.Uri, ContentValues, string, string[]) : int
This method is provided for use by the ContentResolver.

Protected Methods

SetupSuggestions(string, DatabaseMode)
In order to use this class, you must extend it, and call this setup function from your constructor.