GestureDetector.SimpleOnGestureListener.OnSingleTapConfirmed Method

Definition

Notified when a single-tap occurs.

[Android.Runtime.Register("onSingleTapConfirmed", "(Landroid/view/MotionEvent;)Z", "GetOnSingleTapConfirmed_Landroid_view_MotionEvent_Handler")]
public virtual bool OnSingleTapConfirmed (Android.Views.MotionEvent e);
[<Android.Runtime.Register("onSingleTapConfirmed", "(Landroid/view/MotionEvent;)Z", "GetOnSingleTapConfirmed_Landroid_view_MotionEvent_Handler")>]
abstract member OnSingleTapConfirmed : Android.Views.MotionEvent -> bool
override this.OnSingleTapConfirmed : Android.Views.MotionEvent -> bool

Parameters

e
MotionEvent

The down motion event of the single-tap.

Returns

Implements

Attributes

Remarks

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