Share via


HapticFeedbackConstants.ContextClick フィールド

定義

注意事項

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

ユーザーは、オブジェクトに対してコンテキスト クリックを実行しました。

[Android.Runtime.Register("CONTEXT_CLICK", ApiSince=23)]
[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 ContextClick = 6;
[<Android.Runtime.Register("CONTEXT_CLICK", ApiSince=23)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.FeedbackConstants enum directly instead of this field.", true)>]
val mutable ContextClick : Android.Views.FeedbackConstants

フィールド値

Value = 6
属性

注釈

ユーザーは、オブジェクトに対してコンテキスト クリックを実行しました。

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

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

適用対象