HapticFeedbackConstants.FlagIgnoreViewSetting Field

Definition

Caution

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

Flag for View#performHapticFeedback(int, int) View.performHapticFeedback(int, int): Ignore the setting in the view for whether to perform haptic feedback, do it always.

[Android.Runtime.Register("FLAG_IGNORE_VIEW_SETTING")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.FeedbackFlags enum directly instead of this field.", true)]
public const Android.Views.FeedbackFlags FlagIgnoreViewSetting = 1;
[<Android.Runtime.Register("FLAG_IGNORE_VIEW_SETTING")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.FeedbackFlags enum directly instead of this field.", true)>]
val mutable FlagIgnoreViewSetting : Android.Views.FeedbackFlags

Field Value

Value = 1
Attributes

Remarks

Flag for View#performHapticFeedback(int, int) View.performHapticFeedback(int, int): Ignore the setting in the view for whether to perform haptic feedback, do it always.

Java documentation for android.view.HapticFeedbackConstants.FLAG_IGNORE_VIEW_SETTING.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to