HapticFeedbackConstants.NoHaptics Campo

Definizione

Attenzione

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

Non deve essere eseguito alcun feedback aptico.

[Android.Runtime.Register("NO_HAPTICS", 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 NoHaptics = -1;
[<Android.Runtime.Register("NO_HAPTICS", 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 NoHaptics : Android.Views.FeedbackConstants

Valore del campo

Value = -1
Attributi

Commenti

Non deve essere eseguito alcun feedback aptico. Le applicazioni possono usare questo valore per indicare di ignorare completamente una chiamata View#performHapticFeedback oppure fare affidamento sul fatto che restituirà falseimmediatamente .

per android.view.HapticFeedbackConstants.NO_HAPTICS.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a