View.CheckInputConnectionProxy(View) 方法

定义

android.view.inputmethod.InputMethodManager 不是当前输入连接目标的视图尝试对管理器进行调用时调用。

[Android.Runtime.Register("checkInputConnectionProxy", "(Landroid/view/View;)Z", "GetCheckInputConnectionProxy_Landroid_view_View_Handler")]
public virtual bool CheckInputConnectionProxy (Android.Views.View? view);
[<Android.Runtime.Register("checkInputConnectionProxy", "(Landroid/view/View;)Z", "GetCheckInputConnectionProxy_Landroid_view_View_Handler")>]
abstract member CheckInputConnectionProxy : Android.Views.View -> bool
override this.CheckInputConnectionProxy : Android.Views.View -> bool

参数

view
View

正在调用 InputMethodManager 的视图。

返回

返回 true 以允许调用,false 拒绝。

属性

注解

android.view.inputmethod.InputMethodManager 不是当前输入连接目标的视图尝试对管理器进行调用时调用。 默认实现返回 false;如果要对某些视图执行 InputConnection 代理,则可以重写此值以返回 true。

适用于 . 的 android.view.View.checkInputConnectionProxy(android.view.View)Java 文档

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

适用于