Android.Widget.SearchView.SetSearchableInfo Method
Sets the SearchableInfo for this SearchView.

Syntax

[Android.Runtime.Register("setSearchableInfo", "(Landroid/app/SearchableInfo;)V", "GetSetSearchableInfo_Landroid_app_SearchableInfo_Handler")]
public virtual void SetSearchableInfo (Android.App.SearchableInfo searchable)

Parameters

searchable
a SearchableInfo can be retrieved from the SearchManager, for a specific activity or a global search provider.

Remarks

Sets the SearchableInfo for this SearchView. Properties in the SearchableInfo are used to display labels, hints, suggestions, create intents for launching search results screens and controlling other affordances such as a voice button.

[Android Documentation]

Requirements

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