Freigeben über


InputDevice.KeyboardTypeNonAlphabetic Feld

Definition

Achtung

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

Die Tastatur ist nicht vollständig alphabetisch.

[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

Feldwert

Value = 1

Implementiert

Attribute

Hinweise

Die Tastatur ist nicht vollständig alphabetisch. Es kann sich um eine Zehnertastatur oder eine Reihe von Schaltflächen handelt, die nicht als alphabetische Tasten zugeordnet sind, die für die Texteingabe geeignet sind.

Java-Dokumentation für android.view.InputDevice.KEYBOARD_TYPE_NON_ALPHABETIC.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: