Class InputMethodSubtype
- Namespace
- Android.View.Inputmethod
- Assembly
- MASES.Netdroid.dll
public class InputMethodSubtype : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
InputMethodSubtype
- Implements
- Inherited Members
- Extension Methods
Constructors
InputMethodSubtype(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 InputMethodSubtype(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
InputMethodSubtype(int, int, String, String, String, bool, bool)
[Obsolete("Deprecated in JVM")]
public InputMethodSubtype(int arg0, int arg1, String arg2, String arg3, String arg4, bool arg5, bool arg6)
Parameters
InputMethodSubtype(int, int, String, String, String, bool, bool, int)
[Obsolete("Deprecated in JVM")]
public InputMethodSubtype(int arg0, int arg1, String arg2, String arg3, String arg4, bool arg5, bool arg6, int arg7)
Parameters
Properties
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
ContainsExtraValueKey(String)
public bool ContainsExtraValueKey(String arg0)
Parameters
Returns
CreatePoolableInstance(int, int, String, String, String, bool, bool)
HPA initializer for InputMethodSubtype(int arg0, int arg1, Java.Lang.String arg2, Java.Lang.String arg3, Java.Lang.String arg4, bool arg5, bool arg6)
public static InputMethodSubtype CreatePoolableInstance(int arg0, int arg1, String arg2, String arg3, String arg4, bool arg5, bool arg6)
Parameters
Returns
CreatePoolableInstance(int, int, String, String, String, bool, bool, int)
HPA initializer for InputMethodSubtype(int arg0, int arg1, Java.Lang.String arg2, Java.Lang.String arg3, Java.Lang.String arg4, bool arg5, bool arg6, int arg7)
public static InputMethodSubtype CreatePoolableInstance(int arg0, int arg1, String arg2, String arg3, String arg4, bool arg5, bool arg6, int arg7)
Parameters
Returns
DescribeContents()
public int DescribeContents()
Returns
GetDisplayName(Context, String, ApplicationInfo)
public CharSequence GetDisplayName(Context arg0, String arg1, ApplicationInfo arg2)
Parameters
arg0Contextarg1Stringarg2ApplicationInfo
Returns
GetExtraValue()
public String GetExtraValue()
Returns
GetExtraValueOf(String)
public String GetExtraValueOf(String arg0)
Parameters
Returns
GetIconResId()
public int GetIconResId()
Returns
GetLanguageTag()
public String GetLanguageTag()
Returns
GetLayoutDisplayName(Context, ApplicationInfo)
public CharSequence GetLayoutDisplayName(Context arg0, ApplicationInfo arg1)
Parameters
arg0Contextarg1ApplicationInfo
Returns
GetLayoutLabelNonLocalized()
public CharSequence GetLayoutLabelNonLocalized()
Returns
GetLayoutLabelResource()
public int GetLayoutLabelResource()
Returns
GetLocale()
https://developer.android.com/reference/android/view/inputmethod/InputMethodSubtype.html#getLocale()
[Obsolete("Deprecated in JVM")]
public String GetLocale()
Returns
GetMode()
public String GetMode()
Returns
GetNameOverride()
public CharSequence GetNameOverride()
Returns
GetNameResId()
public int GetNameResId()
Returns
GetPhysicalKeyboardHintLanguageTag()
public ULocale GetPhysicalKeyboardHintLanguageTag()
Returns
GetPhysicalKeyboardHintLayoutType()
public String GetPhysicalKeyboardHintLayoutType()
Returns
IsAsciiCapable()
public bool IsAsciiCapable()
Returns
IsAuxiliary()
public bool IsAuxiliary()
Returns
OverridesImplicitlyEnabledSubtype()
public bool OverridesImplicitlyEnabledSubtype()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)