InputMethodInfo.ShouldShowInInputMethodPicker 方法

定义

返回 true 是否应在菜单中选择输入法(例如系统输入法选取器)中显示此输入法。

[Android.Runtime.Register("shouldShowInInputMethodPicker", "()Z", "", ApiSince=31)]
public bool ShouldShowInInputMethodPicker ();
[<Android.Runtime.Register("shouldShowInInputMethodPicker", "()Z", "", ApiSince=31)>]
member this.ShouldShowInInputMethodPicker : unit -> bool

返回

属性

注解

返回 true 是否应在菜单中选择输入法(例如系统输入法选取器)中显示此输入法。 这是 false 如果 IME 旨在以编程方式访问。

适用于 . 的 android.view.inputmethod.InputMethodInfo.shouldShowInInputMethodPicker()Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于