IInputMethod.UnbindInput Method

Definition

Unbind an application environment, called when the information previously set by #bindInput is no longer valid for this input method.

[Android.Runtime.Register("unbindInput", "()V", "GetUnbindInputHandler:Android.Views.InputMethods.IInputMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void UnbindInput ();
[<Android.Runtime.Register("unbindInput", "()V", "GetUnbindInputHandler:Android.Views.InputMethods.IInputMethodInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member UnbindInput : unit -> unit
Attributes

Remarks

Unbind an application environment, called when the information previously set by #bindInput is no longer valid for this input method.

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

Java documentation for android.view.inputmethod.InputMethod.unbindInput().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to