Android.InputMethodServices.InputMethodService.OnExtractingInputChanged Method
This is called when, while currently displayed in extract mode, the current input target changes.

Syntax

[Android.Runtime.Register("onExtractingInputChanged", "(Landroid/view/inputmethod/EditorInfo;)V", "GetOnExtractingInputChanged_Landroid_view_inputmethod_EditorInfo_Handler")]
public virtual void OnExtractingInputChanged (Android.Views.InputMethods.EditorInfo ei)

Parameters

ei
Documentation for this section has not yet been entered.

Remarks

This is called when, while currently displayed in extract mode, the current input target changes. The default implementation will auto-hide the IME if the new target is not a full editor, since this can be a confusing experience for the user.

[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