Android.Views.InputMethods.IInputMethod.UnbindInput Method
Unbind an application environment, called when the information previously set by InputMethod.bindInput(android.view.inputmethod.InputBinding) is no longer valid for this input method.

Syntax

[Android.Runtime.Register("unbindInput", "()V", "GetUnbindInputHandler:Android.Views.InputMethods.IInputMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void UnbindInput ()

Remarks

Unbind an application environment, called when the information previously set by InputMethod.bindInput(android.view.inputmethod.InputBinding) is no longer valid for this input method.

Typically this method is called when the application changes to be non-foreground.

[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