View Source GoogleApi.PlayIntegrity.V1.Model.DeviceIntegrity (google_api_play_integrity v0.9.0)

Contains the device attestation information. Next tag: 4

Attributes

  • deviceRecognitionVerdict (type: list(String.t), default: nil) - Details about the integrity of the device the app is running on.
  • recentDeviceActivity (type: GoogleApi.PlayIntegrity.V1.Model.RecentDeviceActivity.t, default: nil) - Details about the device activity of the device the app is running on.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PlayIntegrity.V1.Model.DeviceIntegrity{
  deviceRecognitionVerdict: [String.t()] | nil,
  recentDeviceActivity:
    GoogleApi.PlayIntegrity.V1.Model.RecentDeviceActivity.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.