Android.Views.InputDevice.SourceKeyboard Field
The input source is a keyboard.

Value: 257

Syntax

[Android.Runtime.Register("SOURCE_KEYBOARD")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputSourceType enum directly instead of this field.")]
public const InputSourceType SourceKeyboard

See Also

InputDevice.SourceClassButton

Remarks

The input source is a keyboard. This source indicates pretty much anything that has buttons. Use InputDevice.KeyboardType to determine whether the keyboard has alphabetic keys and can be used to enter text.

[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