Table of Contents

Class VoicemailContract.Status

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

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CONFIGURATION_STATE

public static String CONFIGURATION_STATE { get; set; }

Property Value

String

CONFIGURATION_STATE_CAN_BE_CONFIGURED

public static int CONFIGURATION_STATE_CAN_BE_CONFIGURED { get; set; }

Property Value

int

CONFIGURATION_STATE_CONFIGURING

public static int CONFIGURATION_STATE_CONFIGURING { get; set; }

Property Value

int

CONFIGURATION_STATE_DISABLED

public static int CONFIGURATION_STATE_DISABLED { get; set; }

Property Value

int

CONFIGURATION_STATE_FAILED

public static int CONFIGURATION_STATE_FAILED { get; set; }

Property Value

int

CONFIGURATION_STATE_NOT_CONFIGURED

public static int CONFIGURATION_STATE_NOT_CONFIGURED { get; set; }

Property Value

int

CONFIGURATION_STATE_OK

public static int CONFIGURATION_STATE_OK { get; set; }

Property Value

int

CONTENT_URI

public static Uri CONTENT_URI { get; set; }

Property Value

Uri

DATA_CHANNEL_STATE

public static String DATA_CHANNEL_STATE { get; set; }

Property Value

String

DATA_CHANNEL_STATE_BAD_CONFIGURATION

public static int DATA_CHANNEL_STATE_BAD_CONFIGURATION { get; set; }

Property Value

int

DATA_CHANNEL_STATE_COMMUNICATION_ERROR

public static int DATA_CHANNEL_STATE_COMMUNICATION_ERROR { get; set; }

Property Value

int

DATA_CHANNEL_STATE_NO_CONNECTION

public static int DATA_CHANNEL_STATE_NO_CONNECTION { get; set; }

Property Value

int

DATA_CHANNEL_STATE_NO_CONNECTION_CELLULAR_REQUIRED

public static int DATA_CHANNEL_STATE_NO_CONNECTION_CELLULAR_REQUIRED { get; set; }

Property Value

int

DATA_CHANNEL_STATE_OK

public static int DATA_CHANNEL_STATE_OK { get; set; }

Property Value

int

DATA_CHANNEL_STATE_SERVER_CONNECTION_ERROR

public static int DATA_CHANNEL_STATE_SERVER_CONNECTION_ERROR { get; set; }

Property Value

int

DATA_CHANNEL_STATE_SERVER_ERROR

public static int DATA_CHANNEL_STATE_SERVER_ERROR { get; set; }

Property Value

int

DIR_TYPE

public static String DIR_TYPE { get; set; }

Property Value

String

ITEM_TYPE

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

NOTIFICATION_CHANNEL_STATE

public static String NOTIFICATION_CHANNEL_STATE { get; set; }

Property Value

String

NOTIFICATION_CHANNEL_STATE_MESSAGE_WAITING

public static int NOTIFICATION_CHANNEL_STATE_MESSAGE_WAITING { get; set; }

Property Value

int

NOTIFICATION_CHANNEL_STATE_NO_CONNECTION

public static int NOTIFICATION_CHANNEL_STATE_NO_CONNECTION { get; set; }

Property Value

int

NOTIFICATION_CHANNEL_STATE_OK

public static int NOTIFICATION_CHANNEL_STATE_OK { get; set; }

Property Value

int

PHONE_ACCOUNT_COMPONENT_NAME

public static String PHONE_ACCOUNT_COMPONENT_NAME { get; set; }

Property Value

String

PHONE_ACCOUNT_ID

public static String PHONE_ACCOUNT_ID { get; set; }

Property Value

String

QUOTA_OCCUPIED

public static String QUOTA_OCCUPIED { get; set; }

Property Value

String

QUOTA_TOTAL

public static String QUOTA_TOTAL { get; set; }

Property Value

String

QUOTA_UNAVAILABLE

public static int QUOTA_UNAVAILABLE { get; set; }

Property Value

int

SETTINGS_URI

public static String SETTINGS_URI { get; set; }

Property Value

String

SOURCE_PACKAGE

public static String SOURCE_PACKAGE { get; set; }

Property Value

String

SOURCE_TYPE

public static String SOURCE_TYPE { get; set; }

Property Value

String

VOICEMAIL_ACCESS_URI

public static String VOICEMAIL_ACCESS_URI { get; set; }

Property Value

String

Methods

BuildSourceUri(String)

public static Uri BuildSourceUri(String arg0)

Parameters

arg0 String

String

Returns

Uri

Uri