InputMethodService.OnExtractingInputChanged(EditorInfo) 方法

定义

当当前在提取模式下显示时,当前输入目标将发生更改时,将调用此方法。

[Android.Runtime.Register("onExtractingInputChanged", "(Landroid/view/inputmethod/EditorInfo;)V", "GetOnExtractingInputChanged_Landroid_view_inputmethod_EditorInfo_Handler")]
public virtual void OnExtractingInputChanged(Android.Views.InputMethods.EditorInfo? ei);
[<Android.Runtime.Register("onExtractingInputChanged", "(Landroid/view/inputmethod/EditorInfo;)V", "GetOnExtractingInputChanged_Landroid_view_inputmethod_EditorInfo_Handler")>]
abstract member OnExtractingInputChanged : Android.Views.InputMethods.EditorInfo -> unit
override this.OnExtractingInputChanged : Android.Views.InputMethods.EditorInfo -> unit

参数

属性

注解

当当前在提取模式下显示时,当前输入目标将发生更改时,将调用此方法。 如果新目标不是完整编辑器,则默认实现将自动隐藏 IME,因为对于用户来说,这可能是一种令人困惑的体验。

Java文档android.inputmethodservice.InputMethodService.onExtractingInputChanged(android.view.inputmethod.EditorInfo)

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于