View.DragFlagHideCallingTaskOnDragStart Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Views.DragFlags enum directly instead of this field.
Flag indicating that this drag will result in the caller activity's task to be hidden for the duration of the drag, which means that the source activity will not receive drag events for the current drag gesture. Only the current VoiceInteractionService may use this flag.
[Android.Runtime.Register("DRAG_FLAG_HIDE_CALLING_TASK_ON_DRAG_START", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.DragFlags enum directly instead of this field.", true)]
public const Android.Views.DragFlags DragFlagHideCallingTaskOnDragStart = 16384;
[<Android.Runtime.Register("DRAG_FLAG_HIDE_CALLING_TASK_ON_DRAG_START", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.DragFlags enum directly instead of this field.", true)>]
val mutable DragFlagHideCallingTaskOnDragStart : Android.Views.DragFlags
Field Value
Value = 16384- Attributes
Remarks
For details, see the Android reference documentation for android.view.View.DRAG_FLAG_HIDE_CALLING_TASK_ON_DRAG_START.
Java documentation for android.view.View.DRAG_FLAG_HIDE_CALLING_TASK_ON_DRAG_START.
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.