Table of Contents

Class InputMethodSubtype.InputMethodSubtypeBuilder

Namespace
Android.View.Inputmethod
Assembly
MASES.Netdroid.dll
public class InputMethodSubtype.InputMethodSubtypeBuilder : JVMBridgeBase<InputMethodSubtype.InputMethodSubtypeBuilder>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
InputMethodSubtype.InputMethodSubtypeBuilder
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<InputMethodSubtype.InputMethodSubtypeBuilder>.IsAssignableFrom(IJavaType)
JVMBridgeBase<InputMethodSubtype.InputMethodSubtypeBuilder>.IsAssignableFrom<T>()
JVMBridgeBase<InputMethodSubtype.InputMethodSubtypeBuilder>.Execute<T>(params T[])
JVMBridgeBase<InputMethodSubtype.InputMethodSubtypeBuilder>.DynBridgeClazz
JVMBridgeBase<InputMethodSubtype.InputMethodSubtypeBuilder>.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

InputMethodSubtypeBuilder()

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

public InputMethodSubtypeBuilder()

InputMethodSubtypeBuilder(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 InputMethodSubtypeBuilder(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

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

Build()

public InputMethodSubtype Build()

Returns

InputMethodSubtype

InputMethodSubtype

SetIsAsciiCapable(bool)

public InputMethodSubtype.InputMethodSubtypeBuilder SetIsAsciiCapable(bool arg0)

Parameters

arg0 bool

bool

Returns

InputMethodSubtype.InputMethodSubtypeBuilder

InputMethodSubtype.InputMethodSubtypeBuilder

SetIsAuxiliary(bool)

public InputMethodSubtype.InputMethodSubtypeBuilder SetIsAuxiliary(bool arg0)

Parameters

arg0 bool

bool

Returns

InputMethodSubtype.InputMethodSubtypeBuilder

InputMethodSubtype.InputMethodSubtypeBuilder

SetLanguageTag(String)

public InputMethodSubtype.InputMethodSubtypeBuilder SetLanguageTag(String arg0)

Parameters

arg0 String

String

Returns

InputMethodSubtype.InputMethodSubtypeBuilder

InputMethodSubtype.InputMethodSubtypeBuilder

SetOverridesImplicitlyEnabledSubtype(bool)

public InputMethodSubtype.InputMethodSubtypeBuilder SetOverridesImplicitlyEnabledSubtype(bool arg0)

Parameters

arg0 bool

bool

Returns

InputMethodSubtype.InputMethodSubtypeBuilder

InputMethodSubtype.InputMethodSubtypeBuilder

SetPhysicalKeyboardHint(ULocale, String)

public InputMethodSubtype.InputMethodSubtypeBuilder SetPhysicalKeyboardHint(ULocale arg0, String arg1)

Parameters

arg0 ULocale

ULocale

arg1 String

String

Returns

InputMethodSubtype.InputMethodSubtypeBuilder

InputMethodSubtype.InputMethodSubtypeBuilder

SetSubtypeExtraValue(String)

public InputMethodSubtype.InputMethodSubtypeBuilder SetSubtypeExtraValue(String arg0)

Parameters

arg0 String

String

Returns

InputMethodSubtype.InputMethodSubtypeBuilder

InputMethodSubtype.InputMethodSubtypeBuilder

SetSubtypeIconResId(int)

public InputMethodSubtype.InputMethodSubtypeBuilder SetSubtypeIconResId(int arg0)

Parameters

arg0 int

int

Returns

InputMethodSubtype.InputMethodSubtypeBuilder

InputMethodSubtype.InputMethodSubtypeBuilder

SetSubtypeId(int)

public InputMethodSubtype.InputMethodSubtypeBuilder SetSubtypeId(int arg0)

Parameters

arg0 int

int

Returns

InputMethodSubtype.InputMethodSubtypeBuilder

InputMethodSubtype.InputMethodSubtypeBuilder

SetSubtypeLocale(String)

public InputMethodSubtype.InputMethodSubtypeBuilder SetSubtypeLocale(String arg0)

Parameters

arg0 String

String

Returns

InputMethodSubtype.InputMethodSubtypeBuilder

InputMethodSubtype.InputMethodSubtypeBuilder

SetSubtypeMode(String)

public InputMethodSubtype.InputMethodSubtypeBuilder SetSubtypeMode(String arg0)

Parameters

arg0 String

String

Returns

InputMethodSubtype.InputMethodSubtypeBuilder

InputMethodSubtype.InputMethodSubtypeBuilder

SetSubtypeNameOverride(CharSequence)

public InputMethodSubtype.InputMethodSubtypeBuilder SetSubtypeNameOverride(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

Returns

InputMethodSubtype.InputMethodSubtypeBuilder

InputMethodSubtype.InputMethodSubtypeBuilder

SetSubtypeNameResId(int)

public InputMethodSubtype.InputMethodSubtypeBuilder SetSubtypeNameResId(int arg0)

Parameters

arg0 int

int

Returns

InputMethodSubtype.InputMethodSubtypeBuilder

InputMethodSubtype.InputMethodSubtypeBuilder