Table of Contents

Class PhoneStateListener

Namespace
Android.Telephony
Assembly
MASES.Netdroid.dll
[Obsolete]
public class PhoneStateListener : JVMBridgeBase<PhoneStateListener>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<PhoneStateListener>
PhoneStateListener
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<PhoneStateListener>.IsAssignableFrom(IJavaType)
JVMBridgeBase<PhoneStateListener>.IsAssignableFrom<T>()
JVMBridgeBase<PhoneStateListener>.Execute<T>(params T[])
JVMBridgeBase<PhoneStateListener>.DynBridgeClazz
JVMBridgeBase<PhoneStateListener>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

PhoneStateListener()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public PhoneStateListener()

PhoneStateListener(Executor)

[Obsolete]
public PhoneStateListener(Executor arg0)

Parameters

arg0 Executor

Executor

PhoneStateListener(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public PhoneStateListener(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

LISTEN_ACTIVE_DATA_SUBSCRIPTION_ID_CHANGE

[Obsolete]
public static int LISTEN_ACTIVE_DATA_SUBSCRIPTION_ID_CHANGE { get; }

Property Value

int

LISTEN_BARRING_INFO

[Obsolete]
public static int LISTEN_BARRING_INFO { get; }

Property Value

int

LISTEN_CALL_DISCONNECT_CAUSES

[Obsolete]
public static int LISTEN_CALL_DISCONNECT_CAUSES { get; }

Property Value

int

LISTEN_CALL_FORWARDING_INDICATOR

[Obsolete]
public static int LISTEN_CALL_FORWARDING_INDICATOR { get; }

Property Value

int

LISTEN_CALL_STATE

[Obsolete]
public static int LISTEN_CALL_STATE { get; }

Property Value

int

LISTEN_CELL_INFO

[Obsolete]
public static int LISTEN_CELL_INFO { get; }

Property Value

int

LISTEN_CELL_LOCATION

[Obsolete]
public static int LISTEN_CELL_LOCATION { get; }

Property Value

int

LISTEN_DATA_ACTIVITY

[Obsolete]
public static int LISTEN_DATA_ACTIVITY { get; }

Property Value

int

LISTEN_DATA_CONNECTION_STATE

[Obsolete]
public static int LISTEN_DATA_CONNECTION_STATE { get; }

Property Value

int

LISTEN_DISPLAY_INFO_CHANGED

[Obsolete]
public static int LISTEN_DISPLAY_INFO_CHANGED { get; }

Property Value

int

LISTEN_EMERGENCY_NUMBER_LIST

[Obsolete]
public static int LISTEN_EMERGENCY_NUMBER_LIST { get; }

Property Value

int

LISTEN_IMS_CALL_DISCONNECT_CAUSES

[Obsolete]
public static int LISTEN_IMS_CALL_DISCONNECT_CAUSES { get; }

Property Value

int

LISTEN_MESSAGE_WAITING_INDICATOR

[Obsolete]
public static int LISTEN_MESSAGE_WAITING_INDICATOR { get; }

Property Value

int

LISTEN_NONE

[Obsolete]
public static int LISTEN_NONE { get; }

Property Value

int

LISTEN_PRECISE_DATA_CONNECTION_STATE

[Obsolete]
public static int LISTEN_PRECISE_DATA_CONNECTION_STATE { get; }

Property Value

int

LISTEN_REGISTRATION_FAILURE

[Obsolete]
public static int LISTEN_REGISTRATION_FAILURE { get; }

Property Value

int

LISTEN_SERVICE_STATE

[Obsolete]
public static int LISTEN_SERVICE_STATE { get; }

Property Value

int

LISTEN_SIGNAL_STRENGTH

[Obsolete]
public static int LISTEN_SIGNAL_STRENGTH { get; }

Property Value

int

LISTEN_SIGNAL_STRENGTHS

[Obsolete]
public static int LISTEN_SIGNAL_STRENGTHS { get; }

Property Value

int

LISTEN_USER_MOBILE_DATA_STATE

[Obsolete]
public static int LISTEN_USER_MOBILE_DATA_STATE { get; }

Property Value

int

Methods

OnActiveDataSubscriptionIdChanged(int)

[Obsolete]
public void OnActiveDataSubscriptionIdChanged(int arg0)

Parameters

arg0 int

int

OnBarringInfoChanged(BarringInfo)

[Obsolete]
public void OnBarringInfoChanged(BarringInfo arg0)

Parameters

arg0 BarringInfo

BarringInfo

OnCallDisconnectCauseChanged(int, int)

[Obsolete]
public void OnCallDisconnectCauseChanged(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

OnCallForwardingIndicatorChanged(bool)

[Obsolete]
public void OnCallForwardingIndicatorChanged(bool arg0)

Parameters

arg0 bool

bool

OnCallStateChanged(int, String)

[Obsolete]
public void OnCallStateChanged(int arg0, String arg1)

Parameters

arg0 int

int

arg1 String

String

OnCellInfoChanged(List<CellInfo>)

[Obsolete]
public void OnCellInfoChanged(List<CellInfo> arg0)

Parameters

arg0 List<CellInfo>

List

OnCellLocationChanged(CellLocation)

[Obsolete]
public void OnCellLocationChanged(CellLocation arg0)

Parameters

arg0 CellLocation

CellLocation

OnDataActivity(int)

[Obsolete]
public void OnDataActivity(int arg0)

Parameters

arg0 int

int

OnDataConnectionStateChanged(int)

[Obsolete]
public void OnDataConnectionStateChanged(int arg0)

Parameters

arg0 int

int

OnDataConnectionStateChanged(int, int)

[Obsolete]
public void OnDataConnectionStateChanged(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

OnDisplayInfoChanged(TelephonyDisplayInfo)

[Obsolete]
public void OnDisplayInfoChanged(TelephonyDisplayInfo arg0)

Parameters

arg0 TelephonyDisplayInfo

TelephonyDisplayInfo

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

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

Parameters

arg0 Map<Integer, List<EmergencyNumber>>

Map

OnImsCallDisconnectCauseChanged(ImsReasonInfo)

[Obsolete]
public void OnImsCallDisconnectCauseChanged(ImsReasonInfo arg0)

Parameters

arg0 ImsReasonInfo

ImsReasonInfo

OnMessageWaitingIndicatorChanged(bool)

[Obsolete]
public void OnMessageWaitingIndicatorChanged(bool arg0)

Parameters

arg0 bool

bool

OnPreciseDataConnectionStateChanged(PreciseDataConnectionState)

[Obsolete]
public void OnPreciseDataConnectionStateChanged(PreciseDataConnectionState arg0)

Parameters

arg0 PreciseDataConnectionState

PreciseDataConnectionState

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

[Obsolete]
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]
public void OnServiceStateChanged(ServiceState arg0)

Parameters

arg0 ServiceState

ServiceState

OnSignalStrengthChanged(int)

[Obsolete]
public void OnSignalStrengthChanged(int arg0)

Parameters

arg0 int

int

OnSignalStrengthsChanged(SignalStrength)

[Obsolete]
public void OnSignalStrengthsChanged(SignalStrength arg0)

Parameters

arg0 SignalStrength

SignalStrength

OnUserMobileDataStateChanged(bool)

[Obsolete]
public void OnUserMobileDataStateChanged(bool arg0)

Parameters

arg0 bool

bool