ConfigurationInfo.InputFeatureFiveWayNav フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Content.PM.InputFeature enum directly instead of this field.

#reqInputFeatures値: が設定されている場合は、アプリケーションに 5 方向ナビゲーション デバイスが必要であることを示します

[Android.Runtime.Register("INPUT_FEATURE_FIVE_WAY_NAV")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.InputFeature enum directly instead of this field.", true)]
public const Android.Content.PM.InputFeature InputFeatureFiveWayNav = 2;
[<Android.Runtime.Register("INPUT_FEATURE_FIVE_WAY_NAV")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.InputFeature enum directly instead of this field.", true)>]
val mutable InputFeatureFiveWayNav : Android.Content.PM.InputFeature

フィールド値

Value = 2

実装

属性

注釈

#reqInputFeatures値: が設定されている場合は、アプリケーションに 5 方向ナビゲーション デバイスが必要であることを示します

の Java ドキュメント android.content.pm.ConfigurationInfo.INPUT_FEATURE_FIVE_WAY_NAV

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

適用対象