View Source GoogleApi.PlayIntegrity.V1.Model.DeviceAttributes (google_api_play_integrity v0.11.0)
Contains information about the device for which the integrity token was generated, e.g. Android SDK version.
Attributes
-
sdkVersion
(type:integer()
, default:nil
) - Android SDK version of the device, as defined in the public Android documentation: https://developer.android.com/reference/android/os/Build.VERSION_CODES. It won't be set if a necessary requirement was missed. For example DeviceIntegrity did not meet the minimum bar.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PlayIntegrity.V1.Model.DeviceAttributes{ sdkVersion: integer() | nil }