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 "aufgenommen".

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

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: