Language

VibrationEffect.Preset.PresetClick 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_CLICK", 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 PresetClick = 1;
[<Android.Runtime.Register("PRESET_CLICK", 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 PresetClick : Android.OS.VibrationEffectPresetType

Field Value

Value = 1
Attributes

Applies to