Class UserDictionary.Words
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
initializerIJVMBridgeBaseInitializer
Properties
APP_ID
public static String APP_ID { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CONTENT_ITEM_TYPE
https://developer.android.com/reference/android/provider/UserDictionary.Words.html#CONTENT_ITEM_TYPE
public static String CONTENT_ITEM_TYPE { get; set; }
Property Value
CONTENT_TYPE
public static String CONTENT_TYPE { get; set; }
Property Value
CONTENT_URI
public static Uri CONTENT_URI { get; set; }
Property Value
DEFAULT_SORT_ORDER
public static String DEFAULT_SORT_ORDER { get; set; }
Property Value
FREQUENCY
public static String FREQUENCY { get; set; }
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
LOCALE
public static String LOCALE { get; set; }
Property Value
LOCALE_TYPE_ALL
[Obsolete("Deprecated in JVM")]
public static int LOCALE_TYPE_ALL { get; set; }
Property Value
LOCALE_TYPE_CURRENT
[Obsolete("Deprecated in JVM")]
public static int LOCALE_TYPE_CURRENT { get; set; }
Property Value
SHORTCUT
public static String SHORTCUT { get; set; }
Property Value
WORD
public static String WORD { get; set; }
Property Value
_ID
public static String _ID { get; set; }
Property Value
Methods
AddWord(Context, String, int, String, Locale)
public static void AddWord(Context arg0, String arg1, int arg2, String arg3, Locale arg4)
Parameters
AddWord(Context, String, int, int)
[Obsolete("Deprecated in JVM")]
public static void AddWord(Context arg0, String arg1, int arg2, int arg3)
Parameters
CreatePoolableInstance()
HPA initializer for Words()
public static UserDictionary.Words CreatePoolableInstance()