Android.Views.InputMethods.IInputMethod.SetSessionEnabled Method
Control whether a particular input method session is active.

Syntax

[Android.Runtime.Register("setSessionEnabled", "(Landroid/view/inputmethod/InputMethodSession;Z)V", "GetSetSessionEnabled_Landroid_view_inputmethod_InputMethodSession_ZHandler:Android.Views.InputMethods.IInputMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void SetSessionEnabled (IInputMethodSession session, bool enabled)

Parameters

session
The Android.Views.InputMethods.IInputMethodSession previously provided through SessionCallback.sessionCreated() that is to be changed.
enabled
Documentation for this section has not yet been entered.

Remarks

Control whether a particular input method session is active.

[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