InputDevice.KeyboardTypeNonAlphabetic Field

Definition

Caution

This constant will be removed in the future version. Use Android.Views.InputKeyboardType enum directly instead of this field.

The keyboard is not fully alphabetic.

[Android.Runtime.Register("KEYBOARD_TYPE_NON_ALPHABETIC")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputKeyboardType enum directly instead of this field.", true)]
public const Android.Views.InputKeyboardType KeyboardTypeNonAlphabetic = 1;
[<Android.Runtime.Register("KEYBOARD_TYPE_NON_ALPHABETIC")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputKeyboardType enum directly instead of this field.", true)>]
val mutable KeyboardTypeNonAlphabetic : Android.Views.InputKeyboardType

Field Value

Value = 1

Implements

Attributes

Remarks

The keyboard is not fully alphabetic. It may be a numeric keypad or an assortment of buttons that are not mapped as alphabetic keys suitable for text input.

Java documentation for android.view.InputDevice.KEYBOARD_TYPE_NON_ALPHABETIC.

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