Table of Contents

Class Telephony.TextBasedSmsColumns

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

TextBasedSmsColumns()

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

[Obsolete("TextBasedSmsColumns class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public TextBasedSmsColumns()

TextBasedSmsColumns(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

[Obsolete("TextBasedSmsColumns class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public TextBasedSmsColumns(params object[] args)

Parameters

args object[]

Properties

ADDRESS

public static String ADDRESS { get; }

Property Value

String

BODY

public static String BODY { get; }

Property Value

String

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static String CREATOR { get; }

Property Value

String

DATE

public static String DATE { get; }

Property Value

String

DATE_SENT

public static String DATE_SENT { get; }

Property Value

String

ERROR_CODE

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

LOCKED

public static String LOCKED { get; }

Property Value

String

MESSAGE_TYPE_ALL

public static int MESSAGE_TYPE_ALL { get; }

Property Value

int

MESSAGE_TYPE_DRAFT

public static int MESSAGE_TYPE_DRAFT { get; }

Property Value

int

MESSAGE_TYPE_FAILED

public static int MESSAGE_TYPE_FAILED { get; }

Property Value

int

MESSAGE_TYPE_INBOX

public static int MESSAGE_TYPE_INBOX { get; }

Property Value

int

MESSAGE_TYPE_OUTBOX

public static int MESSAGE_TYPE_OUTBOX { get; }

Property Value

int

MESSAGE_TYPE_QUEUED

public static int MESSAGE_TYPE_QUEUED { get; }

Property Value

int

MESSAGE_TYPE_SENT

public static int MESSAGE_TYPE_SENT { get; }

Property Value

int

PERSON

public static String PERSON { get; }

Property Value

String

PROTOCOL

public static String PROTOCOL { get; }

Property Value

String

READ

public static String READ { get; }

Property Value

String

REPLY_PATH_PRESENT

public static String REPLY_PATH_PRESENT { get; }

Property Value

String

SEEN

public static String SEEN { get; }

Property Value

String

SERVICE_CENTER

public static String SERVICE_CENTER { get; }

Property Value

String

STATUS

public static String STATUS { get; }

Property Value

String

STATUS_COMPLETE

public static int STATUS_COMPLETE { get; }

Property Value

int

STATUS_FAILED

public static int STATUS_FAILED { get; }

Property Value

int

STATUS_NONE

public static int STATUS_NONE { get; }

Property Value

int

STATUS_PENDING

public static int STATUS_PENDING { get; }

Property Value

int

SUBJECT

public static String SUBJECT { get; }

Property Value

String

SUBSCRIPTION_ID

public static String SUBSCRIPTION_ID { get; }

Property Value

String

THREAD_ID

public static String THREAD_ID { get; }

Property Value

String

TYPE

public static String TYPE { get; }

Property Value

String