Android.Views.InputMethods.IInputMethodSession
The InputMethodSession interface provides the per-client functionality of Android.Views.InputMethods.InputMethod that is safe to expose to applications.

See Also: IInputMethodSession Members

Syntax

[Android.Runtime.Register("android/view/inputmethod/InputMethodSession", "", "Android.Views.InputMethods.IInputMethodSessionInvoker")]
public interface IInputMethodSession : Android.Runtime.IJavaObject, IDisposable

Remarks

The InputMethodSession interface provides the per-client functionality of Android.Views.InputMethods.InputMethod that is safe to expose to applications.

Applications will not normally use this interface themselves, instead relying on the standard interaction provided by Android.Widget.TextView and Android.Widget.EditText.

[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