Language

VibrationEffect.Preset.PresetLowTick Field

Definition

Caution

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

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

Field Value

Value = 8
Attributes

Applies to