InputDevice.KeyboardType Property

Definition

Gets the keyboard type.

public Android.Views.InputKeyboardType KeyboardType { [Android.Runtime.Register("getKeyboardType", "()I", "")] get; }
[<get: Android.Runtime.Register("getKeyboardType", "()I", "")>]
member this.KeyboardType : Android.Views.InputKeyboardType

Property Value

The keyboard type.

Attributes

Remarks

Gets the keyboard type.

Java documentation for android.view.InputDevice.getKeyboardType().

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