Android.Text.Method.BaseKeyListener Class
Abstract base class for key listeners.

See Also: BaseKeyListener Members

Syntax

[Android.Runtime.Register("android/text/method/BaseKeyListener", DoNotGenerateAcw=true)]
public abstract class BaseKeyListener : MetaKeyKeyListener, IKeyListener, IDisposable

Remarks

Abstract base class for key listeners. Provides a basic foundation for entering and editing text. Subclasses should override BaseKeyListener.onKeyDown(android.view.View, android.text.Editable, int, android.view.KeyEvent) and MetaKeyKeyListener.OnKeyUp(Android.Views.View, Android.Text.IEditable, Android.Text.IEditable, Android.Text.IEditable) to insert characters as keys are pressed.

As for all implementations of Android.Text.Method.IKeyListener, this class is only concerned with hardware keyboards. Software input methods have no obligation to trigger the methods in this class.

[Android Documentation]

Requirements

Namespace: Android.Text.Method
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1