Table of Contents

Class DisconnectCause

Namespace
Android.Telephony
Assembly
MASES.Netdroid.dll
public class DisconnectCause : JVMBridgeBase<DisconnectCause>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
DisconnectCause
Implements
Extension Methods

Constructors

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

ALREADY_DIALING

public static int ALREADY_DIALING { get; set; }

Property Value

int

ANSWERED_ELSEWHERE

public static int ANSWERED_ELSEWHERE { get; set; }

Property Value

int

BUSY

public static int BUSY { get; set; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CALLING_DISABLED

public static int CALLING_DISABLED { get; set; }

Property Value

int

CALL_BARRED

public static int CALL_BARRED { get; set; }

Property Value

int

CALL_PULLED

public static int CALL_PULLED { get; set; }

Property Value

int

CANT_CALL_WHILE_RINGING

public static int CANT_CALL_WHILE_RINGING { get; set; }

Property Value

int

CDMA_ACCESS_BLOCKED

public static int CDMA_ACCESS_BLOCKED { get; set; }

Property Value

int

CDMA_ACCESS_FAILURE

public static int CDMA_ACCESS_FAILURE { get; set; }

Property Value

int

CDMA_ALREADY_ACTIVATED

public static int CDMA_ALREADY_ACTIVATED { get; set; }

Property Value

int

CDMA_DROP

public static int CDMA_DROP { get; set; }

Property Value

int

CDMA_INTERCEPT

public static int CDMA_INTERCEPT { get; set; }

Property Value

int

CDMA_LOCKED_UNTIL_POWER_CYCLE

public static int CDMA_LOCKED_UNTIL_POWER_CYCLE { get; set; }

Property Value

int

CDMA_NOT_EMERGENCY

public static int CDMA_NOT_EMERGENCY { get; set; }

Property Value

int

CDMA_PREEMPTED

public static int CDMA_PREEMPTED { get; set; }

Property Value

int

CDMA_REORDER

public static int CDMA_REORDER { get; set; }

Property Value

int

CDMA_RETRY_ORDER

public static int CDMA_RETRY_ORDER { get; set; }

Property Value

int

CDMA_SO_REJECT

public static int CDMA_SO_REJECT { get; set; }

Property Value

int

CONGESTION

public static int CONGESTION { get; set; }

Property Value

int

CS_RESTRICTED

public static int CS_RESTRICTED { get; set; }

Property Value

int

CS_RESTRICTED_EMERGENCY

public static int CS_RESTRICTED_EMERGENCY { get; set; }

Property Value

int

CS_RESTRICTED_NORMAL

public static int CS_RESTRICTED_NORMAL { get; set; }

Property Value

int

DATA_DISABLED

public static int DATA_DISABLED { get; set; }

Property Value

int

DATA_LIMIT_REACHED

public static int DATA_LIMIT_REACHED { get; set; }

Property Value

int

DIALED_CALL_FORWARDING_WHILE_ROAMING

public static int DIALED_CALL_FORWARDING_WHILE_ROAMING { get; set; }

Property Value

int

DIALED_MMI

public static int DIALED_MMI { get; set; }

Property Value

int

DIAL_LOW_BATTERY

public static int DIAL_LOW_BATTERY { get; set; }

Property Value

int

DIAL_MODIFIED_TO_DIAL

public static int DIAL_MODIFIED_TO_DIAL { get; set; }

Property Value

int

DIAL_MODIFIED_TO_DIAL_VIDEO

public static int DIAL_MODIFIED_TO_DIAL_VIDEO { get; set; }

Property Value

int

DIAL_MODIFIED_TO_SS

public static int DIAL_MODIFIED_TO_SS { get; set; }

Property Value

int

DIAL_MODIFIED_TO_USSD

public static int DIAL_MODIFIED_TO_USSD { get; set; }

Property Value

int

DIAL_VIDEO_MODIFIED_TO_DIAL

public static int DIAL_VIDEO_MODIFIED_TO_DIAL { get; set; }

Property Value

int

DIAL_VIDEO_MODIFIED_TO_DIAL_VIDEO

public static int DIAL_VIDEO_MODIFIED_TO_DIAL_VIDEO { get; set; }

Property Value

int

DIAL_VIDEO_MODIFIED_TO_SS

public static int DIAL_VIDEO_MODIFIED_TO_SS { get; set; }

Property Value

int

DIAL_VIDEO_MODIFIED_TO_USSD

public static int DIAL_VIDEO_MODIFIED_TO_USSD { get; set; }

Property Value

int

EMERGENCY_CALL_OVER_WFC_NOT_AVAILABLE

public static int EMERGENCY_CALL_OVER_WFC_NOT_AVAILABLE { get; set; }

Property Value

int

EMERGENCY_PERM_FAILURE

public static int EMERGENCY_PERM_FAILURE { get; set; }

Property Value

int

EMERGENCY_TEMP_FAILURE

public static int EMERGENCY_TEMP_FAILURE { get; set; }

Property Value

int

ERROR_UNSPECIFIED

public static int ERROR_UNSPECIFIED { get; set; }

Property Value

int

FDN_BLOCKED

public static int FDN_BLOCKED { get; set; }

Property Value

int

ICC_ERROR

public static int ICC_ERROR { get; set; }

Property Value

int

IMEI_NOT_ACCEPTED

public static int IMEI_NOT_ACCEPTED { get; set; }

Property Value

int

IMS_ACCESS_BLOCKED

public static int IMS_ACCESS_BLOCKED { get; set; }

Property Value

int

IMS_MERGED_SUCCESSFULLY

public static int IMS_MERGED_SUCCESSFULLY { get; set; }

Property Value

int

IMS_SIP_ALTERNATE_EMERGENCY_CALL

public static int IMS_SIP_ALTERNATE_EMERGENCY_CALL { get; set; }

Property Value

int

INCOMING_AUTO_REJECTED

public static int INCOMING_AUTO_REJECTED { get; set; }

Property Value

int

INCOMING_MISSED

public static int INCOMING_MISSED { get; set; }

Property Value

int

INCOMING_REJECTED

public static int INCOMING_REJECTED { get; set; }

Property Value

int

INVALID_CREDENTIALS

public static int INVALID_CREDENTIALS { get; set; }

Property Value

int

INVALID_NUMBER

public static int INVALID_NUMBER { 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

LIMIT_EXCEEDED

public static int LIMIT_EXCEEDED { get; set; }

Property Value

int

LOCAL

public static int LOCAL { get; set; }

Property Value

int

LOST_SIGNAL

public static int LOST_SIGNAL { get; set; }

Property Value

int

LOW_BATTERY

public static int LOW_BATTERY { get; set; }

Property Value

int

MAXIMUM_NUMBER_OF_CALLS_REACHED

public static int MAXIMUM_NUMBER_OF_CALLS_REACHED { get; set; }

Property Value

int

MEDIA_TIMEOUT

public static int MEDIA_TIMEOUT { get; set; }

Property Value

int

MMI

public static int MMI { get; set; }

Property Value

int

NORMAL

public static int NORMAL { get; set; }

Property Value

int

NORMAL_UNSPECIFIED

public static int NORMAL_UNSPECIFIED { get; set; }

Property Value

int

NOT_DISCONNECTED

public static int NOT_DISCONNECTED { get; set; }

Property Value

int

NOT_VALID

public static int NOT_VALID { get; set; }

Property Value

int

NO_PHONE_NUMBER_SUPPLIED

public static int NO_PHONE_NUMBER_SUPPLIED { get; set; }

Property Value

int

NUMBER_UNREACHABLE

public static int NUMBER_UNREACHABLE { get; set; }

Property Value

int

OTASP_PROVISIONING_IN_PROCESS

public static int OTASP_PROVISIONING_IN_PROCESS { get; set; }

Property Value

int

OUTGOING_CANCELED

public static int OUTGOING_CANCELED { get; set; }

Property Value

int

OUTGOING_EMERGENCY_CALL_PLACED

public static int OUTGOING_EMERGENCY_CALL_PLACED { get; set; }

Property Value

int

OUTGOING_FAILURE

public static int OUTGOING_FAILURE { get; set; }

Property Value

int

OUT_OF_NETWORK

public static int OUT_OF_NETWORK { get; set; }

Property Value

int

OUT_OF_SERVICE

public static int OUT_OF_SERVICE { get; set; }

Property Value

int

POWER_OFF

public static int POWER_OFF { get; set; }

Property Value

int

SATELLITE_ENABLED

public static int SATELLITE_ENABLED { get; set; }

Property Value

int

SERVER_ERROR

public static int SERVER_ERROR { get; set; }

Property Value

int

SERVER_UNREACHABLE

public static int SERVER_UNREACHABLE { get; set; }

Property Value

int

TIMED_OUT

public static int TIMED_OUT { get; set; }

Property Value

int

TOO_MANY_ONGOING_CALLS

public static int TOO_MANY_ONGOING_CALLS { get; set; }

Property Value

int

UNOBTAINABLE_NUMBER

public static int UNOBTAINABLE_NUMBER { get; set; }

Property Value

int

VIDEO_CALL_NOT_ALLOWED_WHILE_TTY_ENABLED

public static int VIDEO_CALL_NOT_ALLOWED_WHILE_TTY_ENABLED { get; set; }

Property Value

int

VOICEMAIL_NUMBER_MISSING

public static int VOICEMAIL_NUMBER_MISSING { get; set; }

Property Value

int

WFC_SERVICE_NOT_AVAILABLE_IN_THIS_LOCATION

public static int WFC_SERVICE_NOT_AVAILABLE_IN_THIS_LOCATION { get; set; }

Property Value

int

WIFI_LOST

public static int WIFI_LOST { get; set; }

Property Value

int