HapticFeedbackConstants.NoHaptics フィールド

定義

注意事項

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

触覚フィードバックは実行しないでください。

[Android.Runtime.Register("NO_HAPTICS", 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 NoHaptics = -1;
[<Android.Runtime.Register("NO_HAPTICS", 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 NoHaptics : Android.Views.FeedbackConstants

フィールド値

Value = -1
属性

注釈

触覚フィードバックは実行しないでください。 アプリケーションでは、この値を使用して、 View#performHapticFeedback への呼び出しを完全にスキップすることを示したり、 falseをすぐに返すように依存したりできます。

Javaドキュメント。

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

適用対象