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

Telephony information associated with a given SIM card on the device. Only supported on fully managed devices starting from Android API level 23.

Attributes

  • carrierName (type: String.t, default: nil) - The carrier name associated with this SIM card.
  • phoneNumber (type: String.t, default: nil) - The phone number associated with this SIM card.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.TelephonyInfo{
  carrierName: String.t() | nil,
  phoneNumber: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.