Class DeviceAttributes
Contains information about the device for which the integrity token was generated, e.g. Android SDK version.
Implements
Inherited Members
Namespace: Google.Apis.PlayIntegrity.v1.Data
Assembly: Google.Apis.PlayIntegrity.v1.dll
Syntax
public class DeviceAttributes : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SdkVersion
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.
Declaration
[JsonProperty("sdkVersion")]
public virtual int? SdkVersion { get; set; }
Property Value
Type | Description |
---|---|
int? |