Table of Contents

Class Telephony.MmsSms

Namespace
Android.Provider
Assembly
MASES.Netdroid.dll
public class Telephony.MmsSms : BaseColumns, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IBaseColumns
Inheritance
Telephony.MmsSms
Implements
Inherited Members
Extension Methods

Constructors

MmsSms(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 MmsSms(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CONTENT_CONVERSATIONS_URI

public static Uri CONTENT_CONVERSATIONS_URI { get; set; }

Property Value

Uri

CONTENT_DRAFT_URI

public static Uri CONTENT_DRAFT_URI { get; set; }

Property Value

Uri

CONTENT_FILTER_BYPHONE_URI

public static Uri CONTENT_FILTER_BYPHONE_URI { get; set; }

Property Value

Uri

CONTENT_LOCKED_URI

public static Uri CONTENT_LOCKED_URI { get; set; }

Property Value

Uri

CONTENT_UNDELIVERED_URI

public static Uri CONTENT_UNDELIVERED_URI { get; set; }

Property Value

Uri

CONTENT_URI

public static Uri CONTENT_URI { get; set; }

Property Value

Uri

ERR_TYPE_GENERIC

public static int ERR_TYPE_GENERIC { get; set; }

Property Value

int

ERR_TYPE_GENERIC_PERMANENT

public static int ERR_TYPE_GENERIC_PERMANENT { get; set; }

Property Value

int

ERR_TYPE_MMS_PROTO_PERMANENT

public static int ERR_TYPE_MMS_PROTO_PERMANENT { get; set; }

Property Value

int

ERR_TYPE_MMS_PROTO_TRANSIENT

public static int ERR_TYPE_MMS_PROTO_TRANSIENT { get; set; }

Property Value

int

ERR_TYPE_SMS_PROTO_PERMANENT

public static int ERR_TYPE_SMS_PROTO_PERMANENT { get; set; }

Property Value

int

ERR_TYPE_SMS_PROTO_TRANSIENT

public static int ERR_TYPE_SMS_PROTO_TRANSIENT { get; set; }

Property Value

int

ERR_TYPE_TRANSPORT_FAILURE

public static int ERR_TYPE_TRANSPORT_FAILURE { get; set; }

Property Value

int

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

MMS_PROTO

public static int MMS_PROTO { get; set; }

Property Value

int

NO_ERROR

public static int NO_ERROR { get; set; }

Property Value

int

SEARCH_URI

public static Uri SEARCH_URI { get; set; }

Property Value

Uri

SMS_PROTO

public static int SMS_PROTO { get; set; }

Property Value

int

TYPE_DISCRIMINATOR_COLUMN

public static String TYPE_DISCRIMINATOR_COLUMN { get; set; }

Property Value

String