Table of Contents

Class UserDictionary.Words

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

Words()

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

public Words()

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

Parameters

args object[]

Properties

APP_ID

public static String APP_ID { get; }

Property Value

String

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CONTENT_ITEM_TYPE

public static String CONTENT_ITEM_TYPE { get; }

Property Value

String

CONTENT_TYPE

public static String CONTENT_TYPE { get; }

Property Value

String

CONTENT_URI

public static Uri CONTENT_URI { get; }

Property Value

Uri

DEFAULT_SORT_ORDER

public static String DEFAULT_SORT_ORDER { get; }

Property Value

String

FREQUENCY

public static String FREQUENCY { 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

LOCALE

public static String LOCALE { get; }

Property Value

String

LOCALE_TYPE_ALL

[Obsolete]
public static int LOCALE_TYPE_ALL { get; }

Property Value

int

LOCALE_TYPE_CURRENT

[Obsolete]
public static int LOCALE_TYPE_CURRENT { get; }

Property Value

int

SHORTCUT

public static String SHORTCUT { get; }

Property Value

String

WORD

public static String WORD { get; }

Property Value

String

_ID

public static String _ID { get; }

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]
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