google_api_android_management v0.6.0 GoogleApi.AndroidManagement.V1.Model.SoftwareInfo View Source

Information about device software.

Attributes

  • androidBuildNumber (String.t): Android build ID string meant for displaying to the user. For example, shamu-userdebug 6.0.1 MOB30I 2756745 dev-keys. Defaults to: null.
  • androidBuildTime (DateTime.t): Build time. Defaults to: null.
  • androidDevicePolicyVersionCode (integer()): The Android Device Policy app version code. Defaults to: null.
  • androidDevicePolicyVersionName (String.t): The Android Device Policy app version as displayed to the user. Defaults to: null.
  • androidVersion (String.t): The user-visible Android version string. For example, 6.0.1. Defaults to: null.
  • bootloaderVersion (String.t): The system bootloader version number, e.g. 0.6.7. Defaults to: null.
  • deviceBuildSignature (String.t): SHA-256 hash of android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the system package, which can be used to verify that the system build hasn't been modified. Defaults to: null.
  • deviceKernelVersion (String.t): Kernel version, for example, 2.6.32.9-g103d848. Defaults to: null.
  • primaryLanguageCode (String.t): An IETF BCP 47 language code for the primary locale on the device. Defaults to: null.
  • securityPatchLevel (String.t): Security patch level, e.g. 2016-05-01. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AndroidManagement.V1.Model.SoftwareInfo{
  androidBuildNumber: any(),
  androidBuildTime: DateTime.t(),
  androidDevicePolicyVersionCode: any(),
  androidDevicePolicyVersionName: any(),
  androidVersion: any(),
  bootloaderVersion: any(),
  deviceBuildSignature: any(),
  deviceKernelVersion: any(),
  primaryLanguageCode: any(),
  securityPatchLevel: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.