Android.Content.SearchRecentSuggestionsProvider Class
This superclass can be used to create a simple search suggestions provider for your application.

See Also: SearchRecentSuggestionsProvider Members

Syntax

[Android.Runtime.Register("android/content/SearchRecentSuggestionsProvider", DoNotGenerateAcw=true)]
public class SearchRecentSuggestionsProvider : ContentProvider

Remarks

This superclass can be used to create a simple search suggestions provider for your application. It creates suggestions (as the user types) based on recent queries and/or recent views.

In order to use this class, you must do the following.

Developer Guides

For information about using search suggestions in your application, read the Search developer guide.

See Also

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1