Class Telephony.MmsSms
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CONTENT_CONVERSATIONS_URI
public static Uri CONTENT_CONVERSATIONS_URI { get; set; }
Property Value
CONTENT_DRAFT_URI
public static Uri CONTENT_DRAFT_URI { get; set; }
Property Value
CONTENT_FILTER_BYPHONE_URI
public static Uri CONTENT_FILTER_BYPHONE_URI { get; set; }
Property Value
CONTENT_LOCKED_URI
public static Uri CONTENT_LOCKED_URI { get; set; }
Property Value
CONTENT_UNDELIVERED_URI
public static Uri CONTENT_UNDELIVERED_URI { get; set; }
Property Value
CONTENT_URI
public static Uri CONTENT_URI { get; set; }
Property Value
ERR_TYPE_GENERIC
public static int ERR_TYPE_GENERIC { get; set; }
Property Value
ERR_TYPE_GENERIC_PERMANENT
public static int ERR_TYPE_GENERIC_PERMANENT { get; set; }
Property Value
ERR_TYPE_MMS_PROTO_PERMANENT
public static int ERR_TYPE_MMS_PROTO_PERMANENT { get; set; }
Property Value
ERR_TYPE_MMS_PROTO_TRANSIENT
public static int ERR_TYPE_MMS_PROTO_TRANSIENT { get; set; }
Property Value
ERR_TYPE_SMS_PROTO_PERMANENT
public static int ERR_TYPE_SMS_PROTO_PERMANENT { get; set; }
Property Value
ERR_TYPE_SMS_PROTO_TRANSIENT
public static int ERR_TYPE_SMS_PROTO_TRANSIENT { get; set; }
Property Value
ERR_TYPE_TRANSPORT_FAILURE
public static int ERR_TYPE_TRANSPORT_FAILURE { 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
MMS_PROTO
public static int MMS_PROTO { get; set; }
Property Value
NO_ERROR
public static int NO_ERROR { get; set; }
Property Value
SEARCH_URI
public static Uri SEARCH_URI { get; set; }
Property Value
SMS_PROTO
public static int SMS_PROTO { get; set; }
Property Value
TYPE_DISCRIMINATOR_COLUMN
public static String TYPE_DISCRIMINATOR_COLUMN { get; set; }