Table of Contents

Class Telephony.TextBasedSmsColumns

Namespace
Android.Provider
Assembly
MASES.Netdroid.dll
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

initializer IJVMBridgeBaseInitializer

Properties

ADDRESS

public static String ADDRESS { get; set; }

Property Value

String

BODY

public static String BODY { get; set; }

Property Value

String

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static String CREATOR { get; set; }

Property Value

String

DATE

public static String DATE { get; set; }

Property Value

String

DATE_SENT

public static String DATE_SENT { get; set; }

Property Value

String

ERROR_CODE

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

LOCKED

public static String LOCKED { get; set; }

Property Value

String

MESSAGE_TYPE_ALL

public static int MESSAGE_TYPE_ALL { get; set; }

Property Value

int

MESSAGE_TYPE_DRAFT

public static int MESSAGE_TYPE_DRAFT { get; set; }

Property Value

int

MESSAGE_TYPE_FAILED

public static int MESSAGE_TYPE_FAILED { get; set; }

Property Value

int

MESSAGE_TYPE_INBOX

public static int MESSAGE_TYPE_INBOX { get; set; }

Property Value

int

MESSAGE_TYPE_OUTBOX

public static int MESSAGE_TYPE_OUTBOX { get; set; }

Property Value

int

MESSAGE_TYPE_QUEUED

public static int MESSAGE_TYPE_QUEUED { get; set; }

Property Value

int

MESSAGE_TYPE_SENT

public static int MESSAGE_TYPE_SENT { get; set; }

Property Value

int

PERSON

public static String PERSON { get; set; }

Property Value

String

PROTOCOL

public static String PROTOCOL { get; set; }

Property Value

String

READ

public static String READ { get; set; }

Property Value

String

REPLY_PATH_PRESENT

public static String REPLY_PATH_PRESENT { get; set; }

Property Value

String

SEEN

public static String SEEN { get; set; }

Property Value

String

SERVICE_CENTER

public static String SERVICE_CENTER { get; set; }

Property Value

String

STATUS

public static String STATUS { get; set; }

Property Value

String

STATUS_COMPLETE

public static int STATUS_COMPLETE { get; set; }

Property Value

int

STATUS_FAILED

public static int STATUS_FAILED { get; set; }

Property Value

int

STATUS_NONE

public static int STATUS_NONE { get; set; }

Property Value

int

STATUS_PENDING

public static int STATUS_PENDING { get; set; }

Property Value

int

SUBJECT

public static String SUBJECT { get; set; }

Property Value

String

SUBSCRIPTION_ID

public static String SUBSCRIPTION_ID { get; set; }

Property Value

String

THREAD_ID

public static String THREAD_ID { get; set; }

Property Value

String

TYPE

public static String TYPE { get; set; }

Property Value

String