HapticFeedbackConstants.GestureThresholdActivate Field

Definition

Caution

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

The user is executing a swipe/drag-style gesture, such as pull-to-refresh, where the gesture action is “eligible” at a certain threshold of movement, and can be cancelled by moving back past the threshold.

[Android.Runtime.Register("GESTURE_THRESHOLD_ACTIVATE", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.FeedbackConstants enum directly instead of this field.", true)]
public const Android.Views.FeedbackConstants GestureThresholdActivate = 23;
[<Android.Runtime.Register("GESTURE_THRESHOLD_ACTIVATE", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.FeedbackConstants enum directly instead of this field.", true)>]
val mutable GestureThresholdActivate : Android.Views.FeedbackConstants

Field Value

Value = 23
Attributes

Remarks

The user is executing a swipe/drag-style gesture, such as pull-to-refresh, where the gesture action is “eligible” at a certain threshold of movement, and can be cancelled by moving back past the threshold. This constant indicates that the user's motion has just passed the threshold for the action to be activated on release.

Java documentation for android.view.HapticFeedbackConstants.GESTURE_THRESHOLD_ACTIVATE.

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