ConfigurationInfo.ReqKeyboardType Property

Definition

Application's input method preference.

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

Property Value

Attributes

Remarks

Application's input method preference. One of: android.content.res.Configuration#KEYBOARD_UNDEFINED, android.content.res.Configuration#KEYBOARD_NOKEYS, android.content.res.Configuration#KEYBOARD_QWERTY, android.content.res.Configuration#KEYBOARD_12KEY

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

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