View Source GoogleApi.AndroidManagement.V1.Model.NetworkInfo (google_api_android_management v0.48.2)

Device network info.

Attributes

  • imei (type: String.t, default: nil) - IMEI number of the GSM device. For example, A1000031212.
  • meid (type: String.t, default: nil) - MEID number of the CDMA device. For example, A00000292788E1.
  • networkOperatorName (type: String.t, default: nil) - Alphabetic name of current registered operator. For example, Vodafone.
  • telephonyInfos (type: list(GoogleApi.AndroidManagement.V1.Model.TelephonyInfo.t), default: nil) - Provides telephony information associated with each SIM card on the device. Only supported on fully managed devices starting from Android API level 23.
  • wifiMacAddress (type: String.t, default: nil) - Wi-Fi MAC address of the device. For example, 7c:11:11:11:11:11.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.NetworkInfo{
  imei: String.t() | nil,
  meid: String.t() | nil,
  networkOperatorName: String.t() | nil,
  telephonyInfos:
    [GoogleApi.AndroidManagement.V1.Model.TelephonyInfo.t()] | nil,
  wifiMacAddress: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.