Class Telephony.ThreadsColumns
public class Telephony.ThreadsColumns : BaseColumns, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IBaseColumns
- Inheritance
-
Telephony.ThreadsColumns
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
ThreadsColumns(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 ThreadsColumns(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
ARCHIVED
public static String ARCHIVED { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DATE
public static String DATE { get; set; }
Property Value
ERROR
public static String ERROR { get; set; }
Property Value
HAS_ATTACHMENT
public static String HAS_ATTACHMENT { 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
MESSAGE_COUNT
https://developer.android.com/reference/android/provider/Telephony.ThreadsColumns.html#MESSAGE_COUNT
public static String MESSAGE_COUNT { get; set; }
Property Value
READ
public static String READ { get; set; }
Property Value
RECIPIENT_IDS
https://developer.android.com/reference/android/provider/Telephony.ThreadsColumns.html#RECIPIENT_IDS
public static String RECIPIENT_IDS { get; set; }
Property Value
SNIPPET
public static String SNIPPET { get; set; }
Property Value
SNIPPET_CHARSET
public static String SNIPPET_CHARSET { get; set; }
Property Value
TYPE
public static String TYPE { get; set; }