Android.Views.InputMethods.IInputMethod.CreateSession Method
Create a new Android.Views.InputMethods.IInputMethodSession that can be handed to client applications for interacting with the input method.

Syntax

[Android.Runtime.Register("createSession", "(Landroid/view/inputmethod/InputMethod$SessionCallback;)V", "GetCreateSession_Landroid_view_inputmethod_InputMethod_SessionCallback_Handler:Android.Views.InputMethods.IInputMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void CreateSession (IInputMethodSessionCallback callback)

Parameters

callback
Interface that is called with the newly created session.

Remarks

Create a new Android.Views.InputMethods.IInputMethodSession that can be handed to client applications for interacting with the input method. You can later use InputMethod.revokeSession(android.view.inputmethod.InputMethodSession) to destroy the session so that it can no longer be used by any clients.

[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