[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 InputSourceTypeSourceKeyboard
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.