ConfigurationInfo.ReqNavigation Property

Definition

A flag indicating whether any keyboard is available.

[Android.Runtime.Register("reqNavigation")]
public Android.Content.Res.Navigation ReqNavigation { get; set; }
[<Android.Runtime.Register("reqNavigation")>]
member this.ReqNavigation : Android.Content.Res.Navigation with get, set

Property Value

Attributes

Remarks

A flag indicating whether any keyboard is available. one of: android.content.res.Configuration#NAVIGATION_UNDEFINED, android.content.res.Configuration#NAVIGATION_DPAD, android.content.res.Configuration#NAVIGATION_TRACKBALL, android.content.res.Configuration#NAVIGATION_WHEEL

Java documentation for android.content.pm.ConfigurationInfo.reqNavigation.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to