Show / Hide Table of Contents

Class NetworkInfo

Device network info.

Inheritance
object
NetworkInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class NetworkInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Imei

IMEI number of the GSM device. For example, A1000031212.

Declaration
[JsonProperty("imei")]
public virtual string Imei { get; set; }
Property Value
Type Description
string

Meid

MEID number of the CDMA device. For example, A00000292788E1.

Declaration
[JsonProperty("meid")]
public virtual string Meid { get; set; }
Property Value
Type Description
string

NetworkOperatorName

Alphabetic name of current registered operator. For example, Vodafone.

Declaration
[JsonProperty("networkOperatorName")]
public virtual string NetworkOperatorName { get; set; }
Property Value
Type Description
string

TelephonyInfos

Provides telephony information associated with each SIM card on the device. Only supported on fully managed devices starting from Android API level 23.

Declaration
[JsonProperty("telephonyInfos")]
public virtual IList<TelephonyInfo> TelephonyInfos { get; set; }
Property Value
Type Description
IList<TelephonyInfo>

WifiMacAddress

Wi-Fi MAC address of the device. For example, 7c:11:11:11:11:11.

Declaration
[JsonProperty("wifiMacAddress")]
public virtual string WifiMacAddress { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX