The members of Android.Views.InputMethods.InputMethodInfo are listed below.
See Also: Inherited members from Java.Lang.Object
Constructor. | ||
Temporary API for creating a built-in input method for test. | ||
Temporary API for creating a built-in input method for test. |
[read-only] | Component | Android.Content.ComponentName. Return the component of the service that implements this input method. |
[read-only] static | Creator | Android.OS.IParcelableCreator. Used to make this class parcelable. |
[read-only] | Id | string. Return a unique ID for this input method. |
[read-only] | IsDefaultResourceId | int. Return the resource identifier of a resource inside of this input method's .apk that determines whether it should be considered a default input method for the system. |
[read-only] | PackageName | string. Return the .apk package that implements this input method. |
[read-only] | ServiceInfo | Android.Content.PM.ServiceInfo. Return the raw information about the Service implementing this input method. |
[read-only] | ServiceName | string. Return the class name of the service component that implements this input method. |
[read-only] | SettingsActivity | string. Return the class name of an activity that provides a settings UI for the input method. |
[read-only] | SubtypeCount | int. Return the count of the subtypes of Input Method. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
Dump(Android.Util.IPrinter, string) | ||
GetSubtypeAt(int)Return the Input Method's subtype at the specified index. | ||
LoadIcon(Android.Content.PM.PackageManager)Load the user-displayed icon for this input method. | ||
LoadLabel(Android.Content.PM.PackageManager)Documentation for this section has not yet been entered. | ||
LoadLabelFormatted(Android.Content.PM.PackageManager)Load the user-displayed label for this input method. | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Used to package this object into a Android.OS.Parcel. |