monoandroid
namespace Android.Views
{
[Register("android/view/View", DoNotGenerateAcw = true)]
public class View : Object, ICallback, IJavaObject, IAccessibilityEventSource, ICallback, IJavaPeerable, IDisposable
{
[Register("android/view/View$OnHoverListener", "", "Android.Views.View/IOnHoverListenerInvoker")]
public interface IOnHoverListener : IJavaObject, IJavaPeerable, IDisposable
{
[Register("onHover", "(Landroid/view/View;Landroid/view/MotionEvent;)Z", "GetOnHover_Landroid_view_View_Landroid_view_MotionEvent_Handler:Android.Views.View/IOnHoverListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
bool OnHover(View? v, MotionEvent? e);
}
}
}
.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. |