InputMethod.ServiceInterface 字段

定义

注意

Use 'Android.Views.InputMethods.IInputMethod.ServiceInterface'. This class will be removed in a future release.

这是实现输入方法的服务应表示其支持的接口名称,即它是它用于其意向筛选器的操作。

[Android.Runtime.Register("SERVICE_INTERFACE")]
[System.Obsolete("Use 'Android.Views.InputMethods.IInputMethod.ServiceInterface'. This class will be removed in a future release.")]
public const string ServiceInterface;
[<Android.Runtime.Register("SERVICE_INTERFACE")>]
[<System.Obsolete("Use 'Android.Views.InputMethods.IInputMethod.ServiceInterface'. This class will be removed in a future release.")>]
val mutable ServiceInterface : string

字段值

属性

注解

这是实现输入方法的服务应表示其支持的接口名称,即它是它用于其意向筛选器的操作。 为了得到支持,该服务还必须需要 android.Manifest.permission#BIND_INPUT_METHOD 权限,以便其他应用程序不能滥用它。

适用于 . 的 android.view.inputmethod.InputMethod.SERVICE_INTERFACEJava 文档

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

适用于