HapticFeedbackConstants.VirtualKeyRelease フィールド

定義

注意事項

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

ユーザーが仮想キーを解放しました。

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

フィールド値

Value = 8
属性

注釈

ユーザーが仮想キーを解放しました。

Javaドキュメント。

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

適用対象