Class VoicemailContract.Status
public class VoicemailContract.Status : BaseColumns, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IBaseColumns
- Inheritance
-
VoicemailContract.Status
- Implements
- Inherited Members
- Extension Methods
Constructors
Status(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 Status(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CONFIGURATION_STATE
public static String CONFIGURATION_STATE { get; set; }
Property Value
CONFIGURATION_STATE_CAN_BE_CONFIGURED
public static int CONFIGURATION_STATE_CAN_BE_CONFIGURED { get; set; }
Property Value
CONFIGURATION_STATE_CONFIGURING
public static int CONFIGURATION_STATE_CONFIGURING { get; set; }
Property Value
CONFIGURATION_STATE_DISABLED
public static int CONFIGURATION_STATE_DISABLED { get; set; }
Property Value
CONFIGURATION_STATE_FAILED
public static int CONFIGURATION_STATE_FAILED { get; set; }
Property Value
CONFIGURATION_STATE_NOT_CONFIGURED
public static int CONFIGURATION_STATE_NOT_CONFIGURED { get; set; }
Property Value
CONFIGURATION_STATE_OK
public static int CONFIGURATION_STATE_OK { get; set; }
Property Value
CONTENT_URI
public static Uri CONTENT_URI { get; set; }
Property Value
DATA_CHANNEL_STATE
public static String DATA_CHANNEL_STATE { get; set; }
Property Value
DATA_CHANNEL_STATE_BAD_CONFIGURATION
public static int DATA_CHANNEL_STATE_BAD_CONFIGURATION { get; set; }
Property Value
DATA_CHANNEL_STATE_COMMUNICATION_ERROR
public static int DATA_CHANNEL_STATE_COMMUNICATION_ERROR { get; set; }
Property Value
DATA_CHANNEL_STATE_NO_CONNECTION
public static int DATA_CHANNEL_STATE_NO_CONNECTION { get; set; }
Property Value
DATA_CHANNEL_STATE_NO_CONNECTION_CELLULAR_REQUIRED
public static int DATA_CHANNEL_STATE_NO_CONNECTION_CELLULAR_REQUIRED { get; set; }
Property Value
DATA_CHANNEL_STATE_OK
public static int DATA_CHANNEL_STATE_OK { get; set; }
Property Value
DATA_CHANNEL_STATE_SERVER_CONNECTION_ERROR
public static int DATA_CHANNEL_STATE_SERVER_CONNECTION_ERROR { get; set; }
Property Value
DATA_CHANNEL_STATE_SERVER_ERROR
public static int DATA_CHANNEL_STATE_SERVER_ERROR { get; set; }
Property Value
DIR_TYPE
public static String DIR_TYPE { get; set; }
Property Value
ITEM_TYPE
public static String ITEM_TYPE { 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
NOTIFICATION_CHANNEL_STATE
public static String NOTIFICATION_CHANNEL_STATE { get; set; }
Property Value
NOTIFICATION_CHANNEL_STATE_MESSAGE_WAITING
public static int NOTIFICATION_CHANNEL_STATE_MESSAGE_WAITING { get; set; }
Property Value
NOTIFICATION_CHANNEL_STATE_NO_CONNECTION
public static int NOTIFICATION_CHANNEL_STATE_NO_CONNECTION { get; set; }
Property Value
NOTIFICATION_CHANNEL_STATE_OK
public static int NOTIFICATION_CHANNEL_STATE_OK { get; set; }
Property Value
PHONE_ACCOUNT_COMPONENT_NAME
public static String PHONE_ACCOUNT_COMPONENT_NAME { get; set; }
Property Value
PHONE_ACCOUNT_ID
public static String PHONE_ACCOUNT_ID { get; set; }
Property Value
QUOTA_OCCUPIED
public static String QUOTA_OCCUPIED { get; set; }
Property Value
QUOTA_TOTAL
public static String QUOTA_TOTAL { get; set; }
Property Value
QUOTA_UNAVAILABLE
public static int QUOTA_UNAVAILABLE { get; set; }
Property Value
SETTINGS_URI
public static String SETTINGS_URI { get; set; }
Property Value
SOURCE_PACKAGE
public static String SOURCE_PACKAGE { get; set; }
Property Value
SOURCE_TYPE
public static String SOURCE_TYPE { get; set; }
Property Value
VOICEMAIL_ACCESS_URI
public static String VOICEMAIL_ACCESS_URI { get; set; }
Property Value
Methods
BuildSourceUri(String)
public static Uri BuildSourceUri(String arg0)