HapticFeedbackConstants.KeyboardTap フィールド

定義

注意事項

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

ユーザーがソフト キーボード キーを押しました。

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

フィールド値

Value = 3
属性

注釈

ユーザーがソフト キーボード キーを押しました。

の Java ドキュメント android.view.HapticFeedbackConstants.KEYBOARD_TAP

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

適用対象