Android.InputMethodServices.InputMethodService.OnUnbindInput Method
Called when the previous bound client is no longer associated with the input method.

Syntax

[Android.Runtime.Register("onUnbindInput", "()V", "GetOnUnbindInputHandler")]
public virtual void OnUnbindInput ()

Remarks

Called when the previous bound client is no longer associated with the input method. After returning InputMethodService.CurrentInputBinding and InputMethodService.CurrentInputConnection will no longer return valid objects.

[Android Documentation]

Requirements

Namespace: Android.InputMethodServices
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3