Language

VibrationEffect.Preset.PresetTick 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_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 PresetTick = 7;
[<Android.Runtime.Register("PRESET_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 PresetTick : Android.OS.VibrationEffectPresetType

Field Value

Value = 7
Attributes

Applies to