monoandroid
namespace Android.Widget
{
    [Register("android/widget/SearchView", DoNotGenerateAcw = true)]
    public class SearchView : LinearLayout, IJavaObject, ICollapsibleActionView, IJavaPeerable, IDisposable
    {
        [Register("android/widget/SearchView$OnSuggestionListener", "", "Android.Widget.SearchView/IOnSuggestionListenerInvoker")]
        public interface IOnSuggestionListener : IJavaObject, IJavaPeerable, IDisposable
        {
            [Register("onSuggestionClick", "(I)Z", "GetOnSuggestionClick_IHandler:Android.Widget.SearchView/IOnSuggestionListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
            bool OnSuggestionClick(int position);
        }
    }
}
.NET
6.07.08.09.0
Information specific to monoandroid
Assembly

Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API