HapticFeedbackConstants.VirtualKey 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 auf eine virtuelle Bildschirmtaste gedrückt.

[Android.Runtime.Register("VIRTUAL_KEY")]
[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 VirtualKey = 1;
[<Android.Runtime.Register("VIRTUAL_KEY")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.FeedbackConstants enum directly instead of this field.", true)>]
val mutable VirtualKey : Android.Views.FeedbackConstants

Feldwert

Value = 1
Attribute

Hinweise

Der Benutzer hat auf eine virtuelle Bildschirmtaste gedrückt.

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

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: