GestureDetector.IOnGestureListener.OnSingleTapUp(MotionEvent) Method

Definition

Notified when a tap occurs with the up MotionEvent that triggered it.

[Android.Runtime.Register("onSingleTapUp", "(Landroid/view/MotionEvent;)Z", "GetOnSingleTapUp_Landroid_view_MotionEvent_Handler:Android.Views.GestureDetector/IOnGestureListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool OnSingleTapUp (Android.Views.MotionEvent e);
[<Android.Runtime.Register("onSingleTapUp", "(Landroid/view/MotionEvent;)Z", "GetOnSingleTapUp_Landroid_view_MotionEvent_Handler:Android.Views.GestureDetector/IOnGestureListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnSingleTapUp : Android.Views.MotionEvent -> bool

Parameters

e
MotionEvent

The up motion event that completed the first tap

Returns

true if the event is consumed, else false

Attributes

Remarks

Notified when a tap occurs with the up MotionEvent that triggered it.

Java documentation for android.view.GestureDetector.OnGestureListener.onSingleTapUp(android.view.MotionEvent).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to