HapticFeedbackConstants.VirtualKey Campo

Definizione

Attenzione

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

L'utente ha premuto su un tasto virtuale sullo schermo.

[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

Valore del campo

Value = 1
Attributi

Commenti

L'utente ha premuto su un tasto virtuale sullo schermo.

Documentazione java per android.view.HapticFeedbackConstants.VIRTUAL_KEY.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a