Class Telephony.TextBasedSmsColumns
public class Telephony.TextBasedSmsColumns : JVMBridgeBase<Telephony.TextBasedSmsColumns>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
Telephony.TextBasedSmsColumns
- Implements
- Extension Methods
Constructors
TextBasedSmsColumns(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 TextBasedSmsColumns(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
ADDRESS
public static String ADDRESS { get; set; }
Property Value
BODY
public static String BODY { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static String CREATOR { get; set; }
Property Value
DATE
public static String DATE { get; set; }
Property Value
DATE_SENT
public static String DATE_SENT { get; set; }
Property Value
ERROR_CODE
public static String ERROR_CODE { 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
LOCKED
public static String LOCKED { get; set; }
Property Value
MESSAGE_TYPE_ALL
public static int MESSAGE_TYPE_ALL { get; set; }
Property Value
MESSAGE_TYPE_DRAFT
public static int MESSAGE_TYPE_DRAFT { get; set; }
Property Value
MESSAGE_TYPE_FAILED
public static int MESSAGE_TYPE_FAILED { get; set; }
Property Value
MESSAGE_TYPE_INBOX
public static int MESSAGE_TYPE_INBOX { get; set; }
Property Value
MESSAGE_TYPE_OUTBOX
public static int MESSAGE_TYPE_OUTBOX { get; set; }
Property Value
MESSAGE_TYPE_QUEUED
public static int MESSAGE_TYPE_QUEUED { get; set; }
Property Value
MESSAGE_TYPE_SENT
public static int MESSAGE_TYPE_SENT { get; set; }
Property Value
PERSON
public static String PERSON { get; set; }
Property Value
PROTOCOL
https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns.html#PROTOCOL
public static String PROTOCOL { get; set; }
Property Value
READ
public static String READ { get; set; }
Property Value
REPLY_PATH_PRESENT
public static String REPLY_PATH_PRESENT { get; set; }
Property Value
SEEN
public static String SEEN { get; set; }
Property Value
SERVICE_CENTER
public static String SERVICE_CENTER { get; set; }
Property Value
STATUS
public static String STATUS { get; set; }
Property Value
STATUS_COMPLETE
public static int STATUS_COMPLETE { get; set; }
Property Value
STATUS_FAILED
public static int STATUS_FAILED { get; set; }
Property Value
STATUS_NONE
public static int STATUS_NONE { get; set; }
Property Value
STATUS_PENDING
public static int STATUS_PENDING { get; set; }
Property Value
SUBJECT
public static String SUBJECT { get; set; }
Property Value
SUBSCRIPTION_ID
public static String SUBSCRIPTION_ID { get; set; }
Property Value
THREAD_ID
public static String THREAD_ID { get; set; }
Property Value
TYPE
public static String TYPE { get; set; }