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 ドキュメント android.view.HapticFeedbackConstants.NO_HAPTICS

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

適用対象