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

android.view.HapticFeedbackConstants.SEGMENT_TICKJava ドキュメント。

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

適用対象