Language

ViewConfiguration.TapTimeoutMillis Property

Definition

public virtual int TapTimeoutMillis { [Android.Runtime.Register("getTapTimeoutMillis", "()I", "GetGetTapTimeoutMillisHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getTapTimeoutMillis", "()I", "GetGetTapTimeoutMillisHandler", ApiSince=36)>]
member this.TapTimeoutMillis : int

Property Value

the duration in milliseconds we will wait to see if a touch event is a tap or a scroll. If the user does not move within this interval, it is considered to be a tap.

Attributes

Remarks

Java documentation for android.view.ViewConfiguration.getTapTimeoutMillis().

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