Lingua

AccessibilityNodeInfo.AccessibilityAction.ActionDragDrop Property

Definition

Action to trigger a drop of the content being dragged.

[Android.Runtime.Register("ACTION_DRAG_DROP", ApiSince=32)]
public static Android.Views.Accessibility.AccessibilityNodeInfo.AccessibilityAction ActionDragDrop { get; }
[<Android.Runtime.Register("ACTION_DRAG_DROP", ApiSince=32)>]
static member ActionDragDrop : Android.Views.Accessibility.AccessibilityNodeInfo.AccessibilityAction

Property Value

Attributes

Remarks

Action to trigger a drop of the content being dragged.

This action is added to potential drop targets if the source started a drag with ACTION_DRAG_START. In View, these targets are Views that accepted DragEvent.ACTION_DRAG_STARTED and have an View.OnDragListener, and the drop occurs at the center location of the View's window bounds.

Android reference for android.view.accessibility.AccessibilityNodeInfo.AccessibilityAction.ACTION_DRAG_DROP.

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