Android.Views.InputMethods.InputMethod.ServiceInterface Field
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.

Syntax

[Android.Runtime.Register("SERVICE_INTERFACE")]
public const string ServiceInterface

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 NoType:android/Manifest$permission;Href=../../../../reference/android/Manifest.permission.html#BIND_INPUT_METHOD permission so that other applications can not abuse it.

[Android Documentation]

Requirements

Namespace: Android.Views.InputMethods
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3