Class NetworkRegistrationInfo
public class NetworkRegistrationInfo : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
NetworkRegistrationInfo
- Implements
- Inherited Members
- Extension Methods
Constructors
NetworkRegistrationInfo(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 NetworkRegistrationInfo(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; set; }
Property Value
DOMAIN_CS
public static int DOMAIN_CS { get; set; }
Property Value
DOMAIN_CS_PS
public static int DOMAIN_CS_PS { get; set; }
Property Value
DOMAIN_PS
public static int DOMAIN_PS { get; set; }
Property Value
DOMAIN_UNKNOWN
public static int DOMAIN_UNKNOWN { get; set; }
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
NR_STATE_CONNECTED
public static int NR_STATE_CONNECTED { get; set; }
Property Value
NR_STATE_NONE
https://developer.android.com/reference/android/telephony/NetworkRegistrationInfo.html#NR_STATE_NONE
public static int NR_STATE_NONE { get; set; }
Property Value
NR_STATE_NOT_RESTRICTED
public static int NR_STATE_NOT_RESTRICTED { get; set; }
Property Value
NR_STATE_RESTRICTED
public static int NR_STATE_RESTRICTED { get; set; }
Property Value
SERVICE_TYPE_DATA
public static int SERVICE_TYPE_DATA { get; set; }
Property Value
SERVICE_TYPE_EMERGENCY
public static int SERVICE_TYPE_EMERGENCY { get; set; }
Property Value
SERVICE_TYPE_MMS
public static int SERVICE_TYPE_MMS { get; set; }
Property Value
SERVICE_TYPE_SMS
public static int SERVICE_TYPE_SMS { get; set; }
Property Value
SERVICE_TYPE_UNKNOWN
public static int SERVICE_TYPE_UNKNOWN { get; set; }
Property Value
SERVICE_TYPE_VIDEO
public static int SERVICE_TYPE_VIDEO { get; set; }
Property Value
SERVICE_TYPE_VOICE
public static int SERVICE_TYPE_VOICE { get; set; }
Property Value
Methods
DescribeContents()
public int DescribeContents()
Returns
GetAccessNetworkTechnology()
public int GetAccessNetworkTechnology()
Returns
GetAvailableServices()
public List<Integer> GetAvailableServices()
Returns
GetCellIdentity()
public CellIdentity GetCellIdentity()
Returns
GetDomain()
public int GetDomain()
Returns
GetRegisteredPlmn()
public String GetRegisteredPlmn()
Returns
GetRejectCause()
public int GetRejectCause()
Returns
GetTransportType()
public int GetTransportType()
Returns
IsNetworkRegistered()
public bool IsNetworkRegistered()
Returns
IsNetworkRoaming()
public bool IsNetworkRoaming()
Returns
IsNetworkSearching()
public bool IsNetworkSearching()
Returns
IsNonTerrestrialNetwork()
public bool IsNonTerrestrialNetwork()
Returns
IsRegistered()
[Obsolete("Deprecated in JVM")]
public bool IsRegistered()
Returns
IsRoaming()
[Obsolete("Deprecated in JVM")]
public bool IsRoaming()
Returns
IsSearching()
https://developer.android.com/reference/android/telephony/NetworkRegistrationInfo.html#isSearching()
[Obsolete("Deprecated in JVM")]
public bool IsSearching()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)