InputMethodManager.ShortcutInputMethodsAndSubtypes Property

Definition

Returns a map of all shortcut input method info and their subtypes.

public System.Collections.Generic.IDictionary<Android.Views.InputMethods.InputMethodInfo,System.Collections.Generic.IList<Android.Views.InputMethods.InputMethodSubtype>>? ShortcutInputMethodsAndSubtypes { [Android.Runtime.Register("getShortcutInputMethodsAndSubtypes", "()Ljava/util/Map;", "")] get; }
[<get: Android.Runtime.Register("getShortcutInputMethodsAndSubtypes", "()Ljava/util/Map;", "")>]
member this.ShortcutInputMethodsAndSubtypes : System.Collections.Generic.IDictionary<Android.Views.InputMethods.InputMethodInfo, System.Collections.Generic.IList<Android.Views.InputMethods.InputMethodSubtype>>

Property Value

IDictionary<InputMethodInfo,IList<InputMethodSubtype>>
Attributes

Remarks

Java documentation for android.view.inputmethod.InputMethodManager.getShortcutInputMethodsAndSubtypes().

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