Table of Contents

Class UserDictionary.Words

Namespace
Android.Provider
Assembly
MASES.Netdroid.dll
public class UserDictionary.Words : BaseColumns, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IBaseColumns
Inheritance
UserDictionary.Words
Implements
Inherited Members
Extension Methods

Constructors

Words()

public Words()

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

APP_ID

public static String APP_ID { get; set; }

Property Value

String

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CONTENT_ITEM_TYPE

public static String CONTENT_ITEM_TYPE { get; set; }

Property Value

String

CONTENT_TYPE

public static String CONTENT_TYPE { get; set; }

Property Value

String

CONTENT_URI

public static Uri CONTENT_URI { get; set; }

Property Value

Uri

DEFAULT_SORT_ORDER

public static String DEFAULT_SORT_ORDER { get; set; }

Property Value

String

FREQUENCY

public static String FREQUENCY { get; set; }

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

LOCALE

public static String LOCALE { get; set; }

Property Value

String

LOCALE_TYPE_ALL

[Obsolete("Deprecated in JVM")]
public static int LOCALE_TYPE_ALL { get; set; }

Property Value

int

LOCALE_TYPE_CURRENT

[Obsolete("Deprecated in JVM")]
public static int LOCALE_TYPE_CURRENT { get; set; }

Property Value

int

SHORTCUT

public static String SHORTCUT { get; set; }

Property Value

String

WORD

public static String WORD { get; set; }

Property Value

String

_ID

public static String _ID { get; set; }

Property Value

String

Methods

AddWord(Context, String, int, String, Locale)

public static void AddWord(Context arg0, String arg1, int arg2, String arg3, Locale arg4)

Parameters

arg0 Context

Context

arg1 String

String

arg2 int

int

arg3 String

String

arg4 Locale

Locale

AddWord(Context, String, int, int)

[Obsolete("Deprecated in JVM")]
public static void AddWord(Context arg0, String arg1, int arg2, int arg3)

Parameters

arg0 Context

Context

arg1 String

String

arg2 int

int

arg3 int

int

CreatePoolableInstance()

HPA initializer for Words()

public static UserDictionary.Words CreatePoolableInstance()

Returns

UserDictionary.Words