Freigeben über


HapticFeedbackConstants.DragStart Feld

Definition

Achtung

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

Der Benutzer hat eine Drag-and-Drop-Geste gestartet.

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

Feldwert

Value = 25
Attribute

Hinweise

Der Benutzer hat eine Drag-and-Drop-Geste gestartet. Das Ziehziel wurde gerade "abgeholt".

Java-Dokumentation für android.view.HapticFeedbackConstants.DRAG_START.

Teile dieser Seite sind Änderungen, die auf Arbeiten basieren, die vom Android Open Source Project erstellt und freigegeben wurden und gemäß den In Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: