Android.Views.InputMethods.InputMethodSubtype Class
This class is used to specify meta information of a subtype contained in an input method editor (IME).

See Also: InputMethodSubtype Members

Syntax

[Android.Runtime.Register("android/view/inputmethod/InputMethodSubtype", DoNotGenerateAcw=true)]
public sealed class InputMethodSubtype : Java.Lang.Object, Android.OS.IParcelable, IDisposable

Remarks

This class is used to specify meta information of a subtype contained in an input method editor (IME). Subtype can describe locale (e.g. en_US, fr_FR...) and mode (e.g. voice, keyboard...), and is used for IME switch and settings. The input method subtype allows the system to bring up the specified subtype of the designated IME directly.

It should be defined in an XML resource file of the input method with the <subtype> element, which resides within an <input-method> element. For more information, see the guide to Creating an Input Method.

See Also

[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 11