google_api_android_management v0.10.0 GoogleApi.AndroidManagement.V1.Model.SoftwareInfo View Source
Information about device software.
Attributes
androidBuildNumber
(type:String.t
, default:nil
) - Android build ID string meant for displaying to the user. For example, shamu-userdebug 6.0.1 MOB30I 2756745 dev-keys.androidBuildTime
(type:DateTime.t
, default:nil
) - Build time.androidDevicePolicyVersionCode
(type:integer()
, default:nil
) - The Android Device Policy app version code.androidDevicePolicyVersionName
(type:String.t
, default:nil
) - The Android Device Policy app version as displayed to the user.androidVersion
(type:String.t
, default:nil
) - The user-visible Android version string. For example, 6.0.1.bootloaderVersion
(type:String.t
, default:nil
) - The system bootloader version number, e.g. 0.6.7.deviceBuildSignature
(type:String.t
, default:nil
) - 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.deviceKernelVersion
(type:String.t
, default:nil
) - Kernel version, for example, 2.6.32.9-g103d848.primaryLanguageCode
(type:String.t
, default:nil
) - An IETF BCP 47 language code for the primary locale on the device.securityPatchLevel
(type:String.t
, default:nil
) - Security patch level, e.g. 2016-05-01.
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()
View Source
t() :: %GoogleApi.AndroidManagement.V1.Model.SoftwareInfo{
androidBuildNumber: String.t(),
androidBuildTime: DateTime.t(),
androidDevicePolicyVersionCode: integer(),
androidDevicePolicyVersionName: String.t(),
androidVersion: String.t(),
bootloaderVersion: String.t(),
deviceBuildSignature: String.t(),
deviceKernelVersion: String.t(),
primaryLanguageCode: String.t(),
securityPatchLevel: String.t()
}
t() :: %GoogleApi.AndroidManagement.V1.Model.SoftwareInfo{ androidBuildNumber: String.t(), androidBuildTime: DateTime.t(), androidDevicePolicyVersionCode: integer(), androidDevicePolicyVersionName: String.t(), androidVersion: String.t(), bootloaderVersion: String.t(), deviceBuildSignature: String.t(), deviceKernelVersion: String.t(), primaryLanguageCode: String.t(), securityPatchLevel: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.