InputMethod.ServiceMetaData Field

Definition

Caution

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

Name under which an InputMethod service component publishes information about itself.

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

Field Value

Attributes

Remarks

Name under which an InputMethod service component publishes information about itself. This meta-data must reference an XML resource containing an &lt;{@link android.R.styleable#InputMethod input-method}&gt; tag.

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

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