KeyCharacterMap.KeyboardType Property

Definition

Gets the keyboard type.

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

Property Value

The keyboard type.

Attributes

Remarks

Gets the keyboard type. Returns #NUMERIC, #PREDICTIVE, #ALPHA, #FULL or #SPECIAL_FUNCTION.

Different keyboard types have different semantics. Refer to the documentation associated with the keyboard type constants for details.

Java documentation for android.view.KeyCharacterMap.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