HapticFeedbackConstants.GestureThresholdActivate フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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- 属性
注釈
ユーザーは、プルから更新などのスワイプ/ドラッグ スタイルのジェスチャを実行しています。このジェスチャ アクションは、特定のしきい値の移動で "適格" であり、しきい値を超えて戻ることで取り消すことができます。 この定数は、ユーザーのモーションがリリース時にアクティブ化されるアクションのしきい値を超えたばかりであることを示します。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。