Table of Contents

Class InputMethodSubtype

Namespace
Android.View.Inputmethod
Assembly
MASES.Netdroid.dll
public class InputMethodSubtype : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IParcelable
Inheritance
JVMBridgeBase
JVMBridgeBase<Parcelable>
InputMethodSubtype
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Parcelable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Parcelable>.IsAssignableFrom<T>()
JVMBridgeBase<Parcelable>.Execute<T>(params T[])
JVMBridgeBase<Parcelable>.DynBridgeClazz
JVMBridgeBase<Parcelable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

InputMethodSubtype()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public InputMethodSubtype()

InputMethodSubtype(int, int, String, String, String, bool, bool)

[Obsolete]
public InputMethodSubtype(int arg0, int arg1, String arg2, String arg3, String arg4, bool arg5, bool arg6)

Parameters

arg0 int

int

arg1 int

int

arg2 String

String

arg3 String

String

arg4 String

String

arg5 bool

bool

arg6 bool

bool

InputMethodSubtype(int, int, String, String, String, bool, bool, int)

[Obsolete]
public InputMethodSubtype(int arg0, int arg1, String arg2, String arg3, String arg4, bool arg5, bool arg6, int arg7)

Parameters

arg0 int

int

arg1 int

int

arg2 String

String

arg3 String

String

arg4 String

String

arg5 bool

bool

arg6 bool

bool

arg7 int

int

InputMethodSubtype(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public InputMethodSubtype(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; }

Property Value

Parcelable.Creator

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

ContainsExtraValueKey(String)

public bool ContainsExtraValueKey(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

DescribeContents()

public int DescribeContents()

Returns

int

int

GetDisplayName(Context, String, ApplicationInfo)

public CharSequence GetDisplayName(Context arg0, String arg1, ApplicationInfo arg2)

Parameters

arg0 Context

Context

arg1 String

String

arg2 ApplicationInfo

ApplicationInfo

Returns

CharSequence

CharSequence

GetExtraValue()

public String GetExtraValue()

Returns

String

String

GetExtraValueOf(String)

public String GetExtraValueOf(String arg0)

Parameters

arg0 String

String

Returns

String

String

GetIconResId()

public int GetIconResId()

Returns

int

int

GetLanguageTag()

public String GetLanguageTag()

Returns

String

String

GetLocale()

[Obsolete]
public String GetLocale()

Returns

String

String

GetMode()

public String GetMode()

Returns

String

String

GetNameOverride()

public CharSequence GetNameOverride()

Returns

CharSequence

CharSequence

GetNameResId()

public int GetNameResId()

Returns

int

int

GetPhysicalKeyboardHintLanguageTag()

public ULocale GetPhysicalKeyboardHintLanguageTag()

Returns

ULocale

ULocale

GetPhysicalKeyboardHintLayoutType()

public String GetPhysicalKeyboardHintLayoutType()

Returns

String

String

IsAsciiCapable()

public bool IsAsciiCapable()

Returns

bool

bool

IsAuxiliary()

public bool IsAuxiliary()

Returns

bool

bool

OverridesImplicitlyEnabledSubtype()

public bool OverridesImplicitlyEnabledSubtype()

Returns

bool

bool

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int