InputMethodManager.GetEnabledInputMethodSubtypeList(InputMethodInfo, Boolean) Method

Definition

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

[Android.Runtime.Register("getEnabledInputMethodSubtypeList", "(Landroid/view/inputmethod/InputMethodInfo;Z)Ljava/util/List;", "")]
public System.Collections.Generic.IList<Android.Views.InputMethods.InputMethodSubtype>? GetEnabledInputMethodSubtypeList (Android.Views.InputMethods.InputMethodInfo? imi, bool allowsImplicitlySelectedSubtypes);
[<Android.Runtime.Register("getEnabledInputMethodSubtypeList", "(Landroid/view/inputmethod/InputMethodInfo;Z)Ljava/util/List;", "")>]
member this.GetEnabledInputMethodSubtypeList : Android.Views.InputMethods.InputMethodInfo * bool -> System.Collections.Generic.IList<Android.Views.InputMethods.InputMethodSubtype>

Parameters

imi
InputMethodInfo

An input method info whose subtypes list will be returned.

allowsImplicitlySelectedSubtypes
Boolean

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

IList<InputMethodSubtype>
Attributes

Remarks

Java documentation for android.view.inputmethod.InputMethodManager.getEnabledInputMethodSubtypeList(android.view.inputmethod.InputMethodInfo, boolean).

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