Table of Contents

Class NetworkRegistrationInfo

Namespace
Android.Telephony
Assembly
MASES.Netdroid.dll
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

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

DOMAIN_CS

public static int DOMAIN_CS { get; set; }

Property Value

int

DOMAIN_CS_PS

public static int DOMAIN_CS_PS { get; set; }

Property Value

int

DOMAIN_PS

public static int DOMAIN_PS { get; set; }

Property Value

int

DOMAIN_UNKNOWN

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

NR_STATE_CONNECTED

public static int NR_STATE_CONNECTED { get; set; }

Property Value

int

NR_STATE_NONE

public static int NR_STATE_NONE { get; set; }

Property Value

int

NR_STATE_NOT_RESTRICTED

public static int NR_STATE_NOT_RESTRICTED { get; set; }

Property Value

int

NR_STATE_RESTRICTED

public static int NR_STATE_RESTRICTED { get; set; }

Property Value

int

SERVICE_TYPE_DATA

public static int SERVICE_TYPE_DATA { get; set; }

Property Value

int

SERVICE_TYPE_EMERGENCY

public static int SERVICE_TYPE_EMERGENCY { get; set; }

Property Value

int

SERVICE_TYPE_MMS

public static int SERVICE_TYPE_MMS { get; set; }

Property Value

int

SERVICE_TYPE_SMS

public static int SERVICE_TYPE_SMS { get; set; }

Property Value

int

SERVICE_TYPE_UNKNOWN

public static int SERVICE_TYPE_UNKNOWN { get; set; }

Property Value

int

SERVICE_TYPE_VIDEO

public static int SERVICE_TYPE_VIDEO { get; set; }

Property Value

int

SERVICE_TYPE_VOICE

public static int SERVICE_TYPE_VOICE { get; set; }

Property Value

int

Methods

DescribeContents()

public int DescribeContents()

Returns

int

int

GetAccessNetworkTechnology()

public int GetAccessNetworkTechnology()

Returns

int

int

GetAvailableServices()

public List<Integer> GetAvailableServices()

Returns

List<Integer>

List

GetCellIdentity()

public CellIdentity GetCellIdentity()

Returns

CellIdentity

CellIdentity

GetDomain()

public int GetDomain()

Returns

int

int

GetRegisteredPlmn()

public String GetRegisteredPlmn()

Returns

String

String

GetRejectCause()

public int GetRejectCause()

Returns

int

int

GetTransportType()

public int GetTransportType()

Returns

int

int

IsNetworkRegistered()

public bool IsNetworkRegistered()

Returns

bool

bool

IsNetworkRoaming()

public bool IsNetworkRoaming()

Returns

bool

bool

IsNetworkSearching()

public bool IsNetworkSearching()

Returns

bool

bool

IsNonTerrestrialNetwork()

public bool IsNonTerrestrialNetwork()

Returns

bool

bool

IsRegistered()

[Obsolete("Deprecated in JVM")]
public bool IsRegistered()

Returns

bool

bool

IsRoaming()

[Obsolete("Deprecated in JVM")]
public bool IsRoaming()

Returns

bool

bool

IsSearching()

[Obsolete("Deprecated in JVM")]
public bool IsSearching()

Returns

bool

bool

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int