Compartir a través de


Vibrator.VibrationEffectSupportNo Campo

Definición

Precaución

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

Compatibilidad con efectos de vibración: no compatible

[Android.Runtime.Register("VIBRATION_EFFECT_SUPPORT_NO", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.VibrationEffectSupport enum directly instead of this field.", true)]
public const Android.OS.VibrationEffectSupport VibrationEffectSupportNo = 2;
[<Android.Runtime.Register("VIBRATION_EFFECT_SUPPORT_NO", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.VibrationEffectSupport enum directly instead of this field.", true)>]
val mutable VibrationEffectSupportNo : Android.OS.VibrationEffectSupport

Valor de campo

Value = 2
Atributos

Comentarios

Compatibilidad con efectos de vibración: no compatible

Este efecto es <b>no< b> compatible de forma nativa con el hardware subyacente, aunque el sistema puede seguir reproduciendo una vibración de reserva.

Documentación de Java para android.os.Vibrator.VIBRATION_EFFECT_SUPPORT_NO.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a