Share via


ContentInfo.SourceDragAndDrop Field

Definition

Caution

This constant will be removed in the future version. Use Android.Views.ContentInfoSource enum directly instead of this field.

Specifies that the operation was triggered by the drag/drop framework.

[Android.Runtime.Register("SOURCE_DRAG_AND_DROP", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.ContentInfoSource enum directly instead of this field.", true)]
public const Android.Views.ContentInfoSource SourceDragAndDrop = 3;
[<Android.Runtime.Register("SOURCE_DRAG_AND_DROP", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.ContentInfoSource enum directly instead of this field.", true)>]
val mutable SourceDragAndDrop : Android.Views.ContentInfoSource

Field Value

Value = 3

Implements

Attributes

Remarks

Specifies that the operation was triggered by the drag/drop framework. See https://developer.android.com/guide/topics/ui/drag-drop for more info.

Java documentation for android.view.ContentInfo.SOURCE_DRAG_AND_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