InputMethodManager.GetEnabledInputMethodSubtypeList(InputMethodInfo, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Remarks
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.