Table of Contents

Class InputMethodSubtype.InputMethodSubtypeBuilder

Namespace
Android.View.Inputmethod
Assembly
MASES.Netdroid.dll
public class InputMethodSubtype.InputMethodSubtypeBuilder : JVMBridgeBase<InputMethodSubtype.InputMethodSubtypeBuilder>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
InputMethodSubtype.InputMethodSubtypeBuilder
Implements
Extension Methods

Constructors

InputMethodSubtypeBuilder()

public InputMethodSubtypeBuilder()

InputMethodSubtypeBuilder(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 InputMethodSubtypeBuilder(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

Build()

public InputMethodSubtype Build()

Returns

InputMethodSubtype

InputMethodSubtype

CreatePoolableInstance()

HPA initializer for InputMethodSubtypeBuilder()

public static InputMethodSubtype.InputMethodSubtypeBuilder CreatePoolableInstance()

Returns

InputMethodSubtype.InputMethodSubtypeBuilder

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

SetLayoutLabelNonLocalized(CharSequence)

public InputMethodSubtype.InputMethodSubtypeBuilder SetLayoutLabelNonLocalized(CharSequence arg0)

Parameters

arg0 CharSequence

CharSequence

Returns

InputMethodSubtype.InputMethodSubtypeBuilder

InputMethodSubtype.InputMethodSubtypeBuilder

SetLayoutLabelResource(int)

public InputMethodSubtype.InputMethodSubtypeBuilder SetLayoutLabelResource(int arg0)

Parameters

arg0 int

int

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