HapticFeedbackConstants.VirtualKey フィールド

定義

注意事項

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

ユーザーが仮想オンスクリーン キーを押しました。

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

フィールド値

Value = 1
属性

注釈

ユーザーが仮想オンスクリーン キーを押しました。

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

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

適用対象