Class PhoneStateListener
[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
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
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
LISTEN_ACTIVE_DATA_SUBSCRIPTION_ID_CHANGE
[Obsolete("Deprecated in JVM")]
public static int LISTEN_ACTIVE_DATA_SUBSCRIPTION_ID_CHANGE { get; set; }
Property Value
LISTEN_BARRING_INFO
[Obsolete("Deprecated in JVM")]
public static int LISTEN_BARRING_INFO { get; set; }
Property Value
LISTEN_CALL_DISCONNECT_CAUSES
[Obsolete("Deprecated in JVM")]
public static int LISTEN_CALL_DISCONNECT_CAUSES { get; set; }
Property Value
LISTEN_CALL_FORWARDING_INDICATOR
[Obsolete("Deprecated in JVM")]
public static int LISTEN_CALL_FORWARDING_INDICATOR { get; set; }
Property Value
LISTEN_CALL_STATE
[Obsolete("Deprecated in JVM")]
public static int LISTEN_CALL_STATE { get; set; }
Property Value
LISTEN_CELL_INFO
[Obsolete("Deprecated in JVM")]
public static int LISTEN_CELL_INFO { get; set; }
Property Value
LISTEN_CELL_LOCATION
[Obsolete("Deprecated in JVM")]
public static int LISTEN_CELL_LOCATION { get; set; }
Property Value
LISTEN_DATA_ACTIVITY
[Obsolete("Deprecated in JVM")]
public static int LISTEN_DATA_ACTIVITY { get; set; }
Property Value
LISTEN_DATA_CONNECTION_STATE
[Obsolete("Deprecated in JVM")]
public static int LISTEN_DATA_CONNECTION_STATE { get; set; }
Property Value
LISTEN_DISPLAY_INFO_CHANGED
[Obsolete("Deprecated in JVM")]
public static int LISTEN_DISPLAY_INFO_CHANGED { get; set; }
Property Value
LISTEN_EMERGENCY_NUMBER_LIST
[Obsolete("Deprecated in JVM")]
public static int LISTEN_EMERGENCY_NUMBER_LIST { get; set; }
Property Value
LISTEN_IMS_CALL_DISCONNECT_CAUSES
[Obsolete("Deprecated in JVM")]
public static int LISTEN_IMS_CALL_DISCONNECT_CAUSES { get; set; }
Property Value
LISTEN_MESSAGE_WAITING_INDICATOR
[Obsolete("Deprecated in JVM")]
public static int LISTEN_MESSAGE_WAITING_INDICATOR { get; set; }
Property Value
LISTEN_NONE
[Obsolete("Deprecated in JVM")]
public static int LISTEN_NONE { get; set; }
Property Value
LISTEN_PRECISE_DATA_CONNECTION_STATE
[Obsolete("Deprecated in JVM")]
public static int LISTEN_PRECISE_DATA_CONNECTION_STATE { get; set; }
Property Value
LISTEN_REGISTRATION_FAILURE
[Obsolete("Deprecated in JVM")]
public static int LISTEN_REGISTRATION_FAILURE { get; set; }
Property Value
LISTEN_SERVICE_STATE
[Obsolete("Deprecated in JVM")]
public static int LISTEN_SERVICE_STATE { get; set; }
Property Value
LISTEN_SIGNAL_STRENGTH
[Obsolete("Deprecated in JVM")]
public static int LISTEN_SIGNAL_STRENGTH { get; set; }
Property Value
LISTEN_SIGNAL_STRENGTHS
[Obsolete("Deprecated in JVM")]
public static int LISTEN_SIGNAL_STRENGTHS { get; set; }
Property Value
LISTEN_USER_MOBILE_DATA_STATE
[Obsolete("Deprecated in JVM")]
public static int LISTEN_USER_MOBILE_DATA_STATE { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for PhoneStateListener()
public static PhoneStateListener CreatePoolableInstance()
Returns
CreatePoolableInstance(Executor)
HPA initializer for PhoneStateListener(Java.Util.Concurrent.Executor arg0)
public static PhoneStateListener CreatePoolableInstance(Executor arg0)
Parameters
arg0Executor
Returns
OnActiveDataSubscriptionIdChanged(int)
[Obsolete("Deprecated in JVM")]
public void OnActiveDataSubscriptionIdChanged(int arg0)
Parameters
OnBarringInfoChanged(BarringInfo)
[Obsolete("Deprecated in JVM")]
public void OnBarringInfoChanged(BarringInfo arg0)
Parameters
arg0BarringInfo
OnCallDisconnectCauseChanged(int, int)
[Obsolete("Deprecated in JVM")]
public void OnCallDisconnectCauseChanged(int arg0, int arg1)
Parameters
OnCallForwardingIndicatorChanged(bool)
[Obsolete("Deprecated in JVM")]
public void OnCallForwardingIndicatorChanged(bool arg0)
Parameters
OnCallStateChanged(int, String)
[Obsolete("Deprecated in JVM")]
public void OnCallStateChanged(int arg0, String arg1)
Parameters
OnCellInfoChanged(List<CellInfo>)
[Obsolete("Deprecated in JVM")]
public void OnCellInfoChanged(List<CellInfo> arg0)
Parameters
OnCellLocationChanged(CellLocation)
[Obsolete("Deprecated in JVM")]
public void OnCellLocationChanged(CellLocation arg0)
Parameters
arg0CellLocation
OnDataActivity(int)
[Obsolete("Deprecated in JVM")]
public void OnDataActivity(int arg0)
Parameters
OnDataConnectionStateChanged(int)
[Obsolete("Deprecated in JVM")]
public void OnDataConnectionStateChanged(int arg0)
Parameters
OnDataConnectionStateChanged(int, int)
[Obsolete("Deprecated in JVM")]
public void OnDataConnectionStateChanged(int arg0, int arg1)
Parameters
OnDisplayInfoChanged(TelephonyDisplayInfo)
[Obsolete("Deprecated in JVM")]
public void OnDisplayInfoChanged(TelephonyDisplayInfo arg0)
Parameters
OnEmergencyNumberListChanged(Map<Integer, List<EmergencyNumber>>)
[Obsolete("Deprecated in JVM")]
public void OnEmergencyNumberListChanged(Map<Integer, List<EmergencyNumber>> arg0)
Parameters
arg0Map<Integer, List<EmergencyNumber>>
OnImsCallDisconnectCauseChanged(ImsReasonInfo)
[Obsolete("Deprecated in JVM")]
public void OnImsCallDisconnectCauseChanged(ImsReasonInfo arg0)
Parameters
OnMessageWaitingIndicatorChanged(bool)
[Obsolete("Deprecated in JVM")]
public void OnMessageWaitingIndicatorChanged(bool arg0)
Parameters
OnPreciseDataConnectionStateChanged(PreciseDataConnectionState)
[Obsolete("Deprecated in JVM")]
public void OnPreciseDataConnectionStateChanged(PreciseDataConnectionState arg0)
Parameters
OnRegistrationFailed(CellIdentity, String, int, int, int)
[Obsolete("Deprecated in JVM")]
public void OnRegistrationFailed(CellIdentity arg0, String arg1, int arg2, int arg3, int arg4)
Parameters
arg0CellIdentityarg1Stringarg2intarg3intarg4int
OnServiceStateChanged(ServiceState)
[Obsolete("Deprecated in JVM")]
public void OnServiceStateChanged(ServiceState arg0)
Parameters
arg0ServiceState
OnSignalStrengthChanged(int)
[Obsolete("Deprecated in JVM")]
public void OnSignalStrengthChanged(int arg0)
Parameters
OnSignalStrengthsChanged(SignalStrength)
[Obsolete("Deprecated in JVM")]
public void OnSignalStrengthsChanged(SignalStrength arg0)
Parameters
OnUserMobileDataStateChanged(bool)
[Obsolete("Deprecated in JVM")]
public void OnUserMobileDataStateChanged(bool arg0)