InputMethod.ServiceInterface Field

Definition

Caution

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

This is the interface name that a service implementing an input method should say that it supports -- that is, this is the action it uses for its intent filter.

[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

Field Value

Attributes

Remarks

This is the interface name that a service implementing an input method should say that it supports -- that is, this is the action it uses for its intent filter. To be supported, the service must also require the android.Manifest.permission#BIND_INPUT_METHOD permission so that other applications can not abuse it.

Java documentation for android.view.inputmethod.InputMethod.SERVICE_INTERFACE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to