Android.Views.InputMethods.InputMethodManager.GetEnabledInputMethodSubtypeList Method
Returns a list of enabled input method subtypes for the specified input method info.

Syntax

[Android.Runtime.Register("getEnabledInputMethodSubtypeList", "(Landroid/view/inputmethod/InputMethodInfo;Z)Ljava/util/List;", "")]
public IList<InputMethodSubtype> GetEnabledInputMethodSubtypeList (InputMethodInfo imi, bool allowsImplicitlySelectedSubtypes)

Parameters

imi
An input method info whose subtypes list will be returned.
allowsImplicitlySelectedSubtypes
A boolean flag to allow to return the implicitly selected subtypes. If an input method info doesn't have enabled subtypes, the framework will implicitly enable subtypes according to the current system language.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a list of enabled input method subtypes for the specified input method info.

[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