Table of Contents

Class PhoneStateListener

Namespace
Android.Telephony
Assembly
MASES.Netdroid.dll
[Obsolete("Deprecated in JVM")]
public class PhoneStateListener : JVMBridgeBase<PhoneStateListener>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
PhoneStateListener
Implements
Extension Methods

Constructors

PhoneStateListener()

[Obsolete("Deprecated in JVM")]
public PhoneStateListener()

PhoneStateListener(Executor)

[Obsolete("Deprecated in JVM")]
public PhoneStateListener(Executor arg0)

Parameters

arg0 Executor

Executor

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

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

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

LISTEN_ACTIVE_DATA_SUBSCRIPTION_ID_CHANGE

[Obsolete("Deprecated in JVM")]
public static int LISTEN_ACTIVE_DATA_SUBSCRIPTION_ID_CHANGE { get; set; }

Property Value

int

LISTEN_BARRING_INFO

[Obsolete("Deprecated in JVM")]
public static int LISTEN_BARRING_INFO { get; set; }

Property Value

int

LISTEN_CALL_DISCONNECT_CAUSES

[Obsolete("Deprecated in JVM")]
public static int LISTEN_CALL_DISCONNECT_CAUSES { get; set; }

Property Value

int

LISTEN_CALL_FORWARDING_INDICATOR

[Obsolete("Deprecated in JVM")]
public static int LISTEN_CALL_FORWARDING_INDICATOR { get; set; }

Property Value

int

LISTEN_CALL_STATE

[Obsolete("Deprecated in JVM")]
public static int LISTEN_CALL_STATE { get; set; }

Property Value

int

LISTEN_CELL_INFO

[Obsolete("Deprecated in JVM")]
public static int LISTEN_CELL_INFO { get; set; }

Property Value

int

LISTEN_CELL_LOCATION

[Obsolete("Deprecated in JVM")]
public static int LISTEN_CELL_LOCATION { get; set; }

Property Value

int

LISTEN_DATA_ACTIVITY

[Obsolete("Deprecated in JVM")]
public static int LISTEN_DATA_ACTIVITY { get; set; }

Property Value

int

LISTEN_DATA_CONNECTION_STATE

[Obsolete("Deprecated in JVM")]
public static int LISTEN_DATA_CONNECTION_STATE { get; set; }

Property Value

int

LISTEN_DISPLAY_INFO_CHANGED

[Obsolete("Deprecated in JVM")]
public static int LISTEN_DISPLAY_INFO_CHANGED { get; set; }

Property Value

int

LISTEN_EMERGENCY_NUMBER_LIST

[Obsolete("Deprecated in JVM")]
public static int LISTEN_EMERGENCY_NUMBER_LIST { get; set; }

Property Value

int

LISTEN_IMS_CALL_DISCONNECT_CAUSES

[Obsolete("Deprecated in JVM")]
public static int LISTEN_IMS_CALL_DISCONNECT_CAUSES { get; set; }

Property Value

int

LISTEN_MESSAGE_WAITING_INDICATOR

[Obsolete("Deprecated in JVM")]
public static int LISTEN_MESSAGE_WAITING_INDICATOR { get; set; }

Property Value

int

LISTEN_NONE

[Obsolete("Deprecated in JVM")]
public static int LISTEN_NONE { get; set; }

Property Value

int

LISTEN_PRECISE_DATA_CONNECTION_STATE

[Obsolete("Deprecated in JVM")]
public static int LISTEN_PRECISE_DATA_CONNECTION_STATE { get; set; }

Property Value

int

LISTEN_REGISTRATION_FAILURE

[Obsolete("Deprecated in JVM")]
public static int LISTEN_REGISTRATION_FAILURE { get; set; }

Property Value

int

LISTEN_SERVICE_STATE

[Obsolete("Deprecated in JVM")]
public static int LISTEN_SERVICE_STATE { get; set; }

Property Value

int

LISTEN_SIGNAL_STRENGTH

[Obsolete("Deprecated in JVM")]
public static int LISTEN_SIGNAL_STRENGTH { get; set; }

Property Value

int

LISTEN_SIGNAL_STRENGTHS

[Obsolete("Deprecated in JVM")]
public static int LISTEN_SIGNAL_STRENGTHS { get; set; }

Property Value

int

LISTEN_USER_MOBILE_DATA_STATE

[Obsolete("Deprecated in JVM")]
public static int LISTEN_USER_MOBILE_DATA_STATE { get; set; }

Property Value

int

Methods

CreatePoolableInstance()

HPA initializer for PhoneStateListener()

public static PhoneStateListener CreatePoolableInstance()

Returns

PhoneStateListener

CreatePoolableInstance(Executor)

HPA initializer for PhoneStateListener(Java.Util.Concurrent.Executor arg0)

public static PhoneStateListener CreatePoolableInstance(Executor arg0)

Parameters

arg0 Executor

Returns

PhoneStateListener

OnActiveDataSubscriptionIdChanged(int)

[Obsolete("Deprecated in JVM")]
public void OnActiveDataSubscriptionIdChanged(int arg0)

Parameters

arg0 int

int

OnBarringInfoChanged(BarringInfo)

[Obsolete("Deprecated in JVM")]
public void OnBarringInfoChanged(BarringInfo arg0)

Parameters

arg0 BarringInfo

BarringInfo

OnCallDisconnectCauseChanged(int, int)

[Obsolete("Deprecated in JVM")]
public void OnCallDisconnectCauseChanged(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

OnCallForwardingIndicatorChanged(bool)

[Obsolete("Deprecated in JVM")]
public void OnCallForwardingIndicatorChanged(bool arg0)

Parameters

arg0 bool

bool

OnCallStateChanged(int, String)

[Obsolete("Deprecated in JVM")]
public void OnCallStateChanged(int arg0, String arg1)

Parameters

arg0 int

int

arg1 String

String

OnCellInfoChanged(List<CellInfo>)

[Obsolete("Deprecated in JVM")]
public void OnCellInfoChanged(List<CellInfo> arg0)

Parameters

arg0 List<CellInfo>

List

OnCellLocationChanged(CellLocation)

[Obsolete("Deprecated in JVM")]
public void OnCellLocationChanged(CellLocation arg0)

Parameters

arg0 CellLocation

CellLocation

OnDataActivity(int)

[Obsolete("Deprecated in JVM")]
public void OnDataActivity(int arg0)

Parameters

arg0 int

int

OnDataConnectionStateChanged(int)

[Obsolete("Deprecated in JVM")]
public void OnDataConnectionStateChanged(int arg0)

Parameters

arg0 int

int

OnDataConnectionStateChanged(int, int)

[Obsolete("Deprecated in JVM")]
public void OnDataConnectionStateChanged(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

OnDisplayInfoChanged(TelephonyDisplayInfo)

[Obsolete("Deprecated in JVM")]
public void OnDisplayInfoChanged(TelephonyDisplayInfo arg0)

Parameters

arg0 TelephonyDisplayInfo

TelephonyDisplayInfo

OnEmergencyNumberListChanged(Map<Integer, List<EmergencyNumber>>)

[Obsolete("Deprecated in JVM")]
public void OnEmergencyNumberListChanged(Map<Integer, List<EmergencyNumber>> arg0)

Parameters

arg0 Map<Integer, List<EmergencyNumber>>

Map

OnImsCallDisconnectCauseChanged(ImsReasonInfo)

[Obsolete("Deprecated in JVM")]
public void OnImsCallDisconnectCauseChanged(ImsReasonInfo arg0)

Parameters

arg0 ImsReasonInfo

ImsReasonInfo

OnMessageWaitingIndicatorChanged(bool)

[Obsolete("Deprecated in JVM")]
public void OnMessageWaitingIndicatorChanged(bool arg0)

Parameters

arg0 bool

bool

OnPreciseDataConnectionStateChanged(PreciseDataConnectionState)

[Obsolete("Deprecated in JVM")]
public void OnPreciseDataConnectionStateChanged(PreciseDataConnectionState arg0)

Parameters

arg0 PreciseDataConnectionState

PreciseDataConnectionState

OnRegistrationFailed(CellIdentity, String, int, int, int)

[Obsolete("Deprecated in JVM")]
public void OnRegistrationFailed(CellIdentity arg0, String arg1, int arg2, int arg3, int arg4)

Parameters

arg0 CellIdentity

CellIdentity

arg1 String

String

arg2 int

int

arg3 int

int

arg4 int

int

OnServiceStateChanged(ServiceState)

[Obsolete("Deprecated in JVM")]
public void OnServiceStateChanged(ServiceState arg0)

Parameters

arg0 ServiceState

ServiceState

OnSignalStrengthChanged(int)

[Obsolete("Deprecated in JVM")]
public void OnSignalStrengthChanged(int arg0)

Parameters

arg0 int

int

OnSignalStrengthsChanged(SignalStrength)

[Obsolete("Deprecated in JVM")]
public void OnSignalStrengthsChanged(SignalStrength arg0)

Parameters

arg0 SignalStrength

SignalStrength

OnUserMobileDataStateChanged(bool)

[Obsolete("Deprecated in JVM")]
public void OnUserMobileDataStateChanged(bool arg0)

Parameters

arg0 bool

bool