Android.Views.InputDevice.KeyboardTypeNonAlphabetic Field
The keyboard is not fully alphabetic.

Value: 1

Syntax

[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.")]
public const InputKeyboardType KeyboardTypeNonAlphabetic

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.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9