monoandroid
namespace Android.Views
{
[Register("android/view/GestureDetector", DoNotGenerateAcw = true)]
public class GestureDetector : Object
{
[Register("android/view/GestureDetector$SimpleOnGestureListener", DoNotGenerateAcw = true)]
public class SimpleOnGestureListener : Object, IJavaObject, IOnContextClickListener, IOnDoubleTapListener, IOnGestureListener, IJavaPeerable, IDisposable
{
[Register("onContextClick", "(Landroid/view/MotionEvent;)Z", "GetOnContextClick_Landroid_view_MotionEvent_Handler", ApiSince = 23)]
public virtual bool OnContextClick(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. |