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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
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
Build()
public InputMethodSubtype Build()
Returns
CreatePoolableInstance()
HPA initializer for InputMethodSubtypeBuilder()
public static InputMethodSubtype.InputMethodSubtypeBuilder CreatePoolableInstance()
Returns
SetIsAsciiCapable(bool)
public InputMethodSubtype.InputMethodSubtypeBuilder SetIsAsciiCapable(bool arg0)
Parameters
Returns
SetIsAuxiliary(bool)
public InputMethodSubtype.InputMethodSubtypeBuilder SetIsAuxiliary(bool arg0)
Parameters
Returns
SetLanguageTag(String)
public InputMethodSubtype.InputMethodSubtypeBuilder SetLanguageTag(String arg0)
Parameters
Returns
SetLayoutLabelNonLocalized(CharSequence)
public InputMethodSubtype.InputMethodSubtypeBuilder SetLayoutLabelNonLocalized(CharSequence arg0)
Parameters
arg0CharSequence
Returns
SetLayoutLabelResource(int)
public InputMethodSubtype.InputMethodSubtypeBuilder SetLayoutLabelResource(int arg0)
Parameters
Returns
SetOverridesImplicitlyEnabledSubtype(bool)
public InputMethodSubtype.InputMethodSubtypeBuilder SetOverridesImplicitlyEnabledSubtype(bool arg0)
Parameters
Returns
SetPhysicalKeyboardHint(ULocale, String)
public InputMethodSubtype.InputMethodSubtypeBuilder SetPhysicalKeyboardHint(ULocale arg0, String arg1)
Parameters
Returns
SetSubtypeExtraValue(String)
public InputMethodSubtype.InputMethodSubtypeBuilder SetSubtypeExtraValue(String arg0)
Parameters
Returns
SetSubtypeIconResId(int)
public InputMethodSubtype.InputMethodSubtypeBuilder SetSubtypeIconResId(int arg0)
Parameters
Returns
SetSubtypeId(int)
public InputMethodSubtype.InputMethodSubtypeBuilder SetSubtypeId(int arg0)
Parameters
Returns
SetSubtypeLocale(String)
public InputMethodSubtype.InputMethodSubtypeBuilder SetSubtypeLocale(String arg0)
Parameters
Returns
SetSubtypeMode(String)
public InputMethodSubtype.InputMethodSubtypeBuilder SetSubtypeMode(String arg0)
Parameters
Returns
SetSubtypeNameOverride(CharSequence)
public InputMethodSubtype.InputMethodSubtypeBuilder SetSubtypeNameOverride(CharSequence arg0)
Parameters
arg0CharSequence
Returns
SetSubtypeNameResId(int)
public InputMethodSubtype.InputMethodSubtypeBuilder SetSubtypeNameResId(int arg0)