HapticFeedbackConstants.SegmentTick フィールド

定義

注意事項

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

ユーザーは、リスト内の項目やスライダー上の個別のポイントなど、一連の選択肢を切り替えています。

[Android.Runtime.Register("SEGMENT_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 SegmentTick = 26;
[<Android.Runtime.Register("SEGMENT_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 SegmentTick : Android.Views.FeedbackConstants

フィールド値

Value = 26
属性

注釈

ユーザーは、リスト内の項目やスライダー上の個別のポイントなど、一連の選択肢を切り替えています。

選択の密度が高く、ユーザー エクスペリエンスを向上するために触覚を軽くまたは抑制する必要がある場合は、 #SEGMENT_FREQUENT_TICK も参照してください。

Javaドキュメント。

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

適用対象