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

Contains the device attestation information.

Attributes

  • deviceRecall (type: GoogleApi.PlayIntegrity.V1.Model.DeviceRecall.t, default: nil) - Details about the device recall bits set by the developer.
  • 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{
  deviceRecall: GoogleApi.PlayIntegrity.V1.Model.DeviceRecall.t() | nil,
  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.