Android.Views.InputMethods.BaseInputConnection Class
Base class for implementors of the InputConnection interface, taking care of most of the common behavior for providing a connection to an Editable.

See Also: BaseInputConnection Members

Syntax

[Android.Runtime.Register("android/view/inputmethod/BaseInputConnection", DoNotGenerateAcw=true)]
public class BaseInputConnection : Java.Lang.Object, IInputConnection, IDisposable

Remarks

Base class for implementors of the InputConnection interface, taking care of most of the common behavior for providing a connection to an Editable. Implementors of this class will want to be sure to implement BaseInputConnection.Editable to provide access to their own editable object, and to refer to the documentation in Android.Views.InputMethods.InputConnection.

[Android Documentation]

Requirements

Namespace: Android.Views.InputMethods
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3