InputDevice.KeyboardTypeNone Field

Definition

Caution

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

There is no keyboard.

[Android.Runtime.Register("KEYBOARD_TYPE_NONE")]
[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 KeyboardTypeNone = 0;
[<Android.Runtime.Register("KEYBOARD_TYPE_NONE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputKeyboardType enum directly instead of this field.", true)>]
val mutable KeyboardTypeNone : Android.Views.InputKeyboardType

Field Value

Value = 0

Implements

Attributes

Remarks

There is no keyboard.

Java documentation for android.view.InputDevice.KEYBOARD_TYPE_NONE.

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