Table of Contents

Class TextServicesManager

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

Constructors

TextServicesManager(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 TextServicesManager(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

GetCurrentSpellCheckerInfo()

public SpellCheckerInfo GetCurrentSpellCheckerInfo()

Returns

SpellCheckerInfo

SpellCheckerInfo

GetEnabledSpellCheckerInfos()

public List<SpellCheckerInfo> GetEnabledSpellCheckerInfos()

Returns

List<SpellCheckerInfo>

List

IsSpellCheckerEnabled()

public bool IsSpellCheckerEnabled()

Returns

bool

bool

NewSpellCheckerSession(Bundle, Locale, SpellCheckerSessionListener, bool)

public SpellCheckerSession NewSpellCheckerSession(Bundle arg0, Locale arg1, SpellCheckerSession.SpellCheckerSessionListener arg2, bool arg3)

Parameters

arg0 Bundle

Bundle

arg1 Locale

Locale

arg2 SpellCheckerSession.SpellCheckerSessionListener

SpellCheckerSession.SpellCheckerSessionListener

arg3 bool

bool

Returns

SpellCheckerSession

SpellCheckerSession

NewSpellCheckerSession(SpellCheckerSessionParams, Executor, SpellCheckerSessionListener)

public SpellCheckerSession NewSpellCheckerSession(SpellCheckerSession.SpellCheckerSessionParams arg0, Executor arg1, SpellCheckerSession.SpellCheckerSessionListener arg2)

Parameters

arg0 SpellCheckerSession.SpellCheckerSessionParams

SpellCheckerSession.SpellCheckerSessionParams

arg1 Executor

Executor

arg2 SpellCheckerSession.SpellCheckerSessionListener

SpellCheckerSession.SpellCheckerSessionListener

Returns

SpellCheckerSession

SpellCheckerSession