Class InputMethodInfo
- Namespace
- Android.View.Inputmethod
- Assembly
- MASES.Netdroid.dll
public class InputMethodInfo : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
InputMethodInfo
- Implements
- Inherited Members
- Extension Methods
Constructors
InputMethodInfo(Context, ResolveInfo)
public InputMethodInfo(Context arg0, ResolveInfo arg1)
Parameters
arg0Contextarg1ResolveInfo
Exceptions
InputMethodInfo(String, String, CharSequence, String)
public InputMethodInfo(String arg0, String arg1, CharSequence arg2, String arg3)
Parameters
arg0Stringarg1Stringarg2CharSequencearg3String
InputMethodInfo(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public InputMethodInfo(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
ACTION_IME_LANGUAGE_SETTINGS
public static String ACTION_IME_LANGUAGE_SETTINGS { get; set; }
Property Value
ACTION_STYLUS_HANDWRITING_SETTINGS
public static String ACTION_STYLUS_HANDWRITING_SETTINGS { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
CreateImeLanguageSettingsActivityIntent()
public Intent CreateImeLanguageSettingsActivityIntent()
Returns
CreatePoolableInstance(Context, ResolveInfo)
HPA initializer for InputMethodInfo(Android.Content.Context arg0, Android.Content.Pm.ResolveInfo arg1)
public static InputMethodInfo CreatePoolableInstance(Context arg0, ResolveInfo arg1)
Parameters
arg0Contextarg1ResolveInfo
Returns
CreatePoolableInstance(String, String, CharSequence, String)
HPA initializer for InputMethodInfo(Java.Lang.String arg0, Java.Lang.String arg1, Java.Lang.CharSequence arg2, Java.Lang.String arg3)
public static InputMethodInfo CreatePoolableInstance(String arg0, String arg1, CharSequence arg2, String arg3)
Parameters
arg0Stringarg1Stringarg2CharSequencearg3String
Returns
CreateStylusHandwritingSettingsActivityIntent()
public Intent CreateStylusHandwritingSettingsActivityIntent()
Returns
DescribeContents()
public int DescribeContents()
Returns
Dump(Printer, String)
public void Dump(Printer arg0, String arg1)
Parameters
GetComponent()
https://developer.android.com/reference/android/view/inputmethod/InputMethodInfo.html#getComponent()
public ComponentName GetComponent()
Returns
GetConfigChanges()
public int GetConfigChanges()
Returns
GetId()
public String GetId()
Returns
GetIsDefaultResourceId()
public int GetIsDefaultResourceId()
Returns
GetPackageName()
public String GetPackageName()
Returns
GetServiceInfo()
public ServiceInfo GetServiceInfo()
Returns
GetServiceName()
public String GetServiceName()
Returns
GetSettingsActivity()
public String GetSettingsActivity()
Returns
GetSubtypeAt(int)
public InputMethodSubtype GetSubtypeAt(int arg0)
Parameters
Returns
GetSubtypeCount()
public int GetSubtypeCount()
Returns
LoadIcon(PackageManager)
public Drawable LoadIcon(PackageManager arg0)
Parameters
Returns
LoadLabel(PackageManager)
public CharSequence LoadLabel(PackageManager arg0)
Parameters
Returns
ShouldShowInInputMethodPicker()
public bool ShouldShowInInputMethodPicker()
Returns
SupportsConnectionlessStylusHandwriting()
public bool SupportsConnectionlessStylusHandwriting()
Returns
SupportsStylusHandwriting()
public bool SupportsStylusHandwriting()
Returns
SuppressesSpellChecker()
public bool SuppressesSpellChecker()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)