HapticFeedbackConstants.SegmentFrequentTick フィールド

定義

注意事項

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 も参照してください。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象