언어

HapticFeedbackConstants.GestureThresholdActivate 필드

정의

주의

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

사용자가 끌어오기-새로 고침과 같은 살짝 밀기/끌기 스타일 제스처를 실행합니다. 여기서 제스처 동작은 특정 이동 임계값에서 "적격"이며 임계값을 초과하여 다시 이동하여 취소할 수 있습니다.

[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

필드 값

Value = 23
특성

설명

사용자가 끌어오기-새로 고침과 같은 살짝 밀기/끌기 스타일 제스처를 실행합니다. 여기서 제스처 동작은 특정 이동 임계값에서 "적격"이며 임계값을 초과하여 다시 이동하여 취소할 수 있습니다. 이 상수는 사용자의 동작이 릴리스 시 활성화될 작업의 임계값을 방금 통과했음을 나타냅니다.

에 대한 android.view.HapticFeedbackConstants.GESTURE_THRESHOLD_ACTIVATEJava 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상