HapticFeedbackConstants.SegmentFrequentTick フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This constant will be removed in the future version. Use Android.Views.FeedbackConstants enum directly instead of this field.
ユーザーは、クロック面の分数や個々のパーセンテージなど、さまざまな選択肢を切り替えます。
[Android.Runtime.Register("SEGMENT_FREQUENT_TICK", 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 SegmentFrequentTick = 27;
[<Android.Runtime.Register("SEGMENT_FREQUENT_TICK", 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 SegmentFrequentTick : Android.Views.FeedbackConstants
フィールド値
Value = 27- 属性
注釈
ユーザーは、クロック面の分数や個々のパーセンテージなど、さまざまな選択肢を切り替えます。 この定数は非常に柔らかいと予想され、頻繁に連続して実行しても不快になりません。 デバイスが適切に柔らかい振動を作ることができない場合は、振動が発生しない可能性があります。
この定数のいくつかの特殊化は、特定のアクション (特に #CLOCK_TICK と #TEXT_HANDLE_MOVE) に対して存在します。
#SEGMENT_TICK も参照してください。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。