AccessibilityGestureEvent.MotionEvents Property

Definition

Returns the motion events that lead to this gesture.

public System.Collections.Generic.IList<Android.Views.MotionEvent> MotionEvents { [Android.Runtime.Register("getMotionEvents", "()Ljava/util/List;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getMotionEvents", "()Ljava/util/List;", "", ApiSince=31)>]
member this.MotionEvents : System.Collections.Generic.IList<Android.Views.MotionEvent>

Property Value

Attributes

Remarks

Returns the motion events that lead to this gesture.

Java documentation for android.accessibilityservice.AccessibilityGestureEvent.getMotionEvents().

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