public class

HarmfulAppsData

extends Object
implements Parcelable
java.lang.Object
   ↳ com.google.android.gms.safetynet.HarmfulAppsData

Class Overview

APK information pertaining to one potentially harmful app.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public final int apkCategory The potentially harmful app category defined in VerifyAppsConstants.
public final String apkPackageName The package name of the potentially harmful app.
public final byte[] apkSha256 The SHA-256 of the potentially harmful app.
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public final int apkCategory

The potentially harmful app category defined in VerifyAppsConstants.

public final String apkPackageName

The package name of the potentially harmful app.

public final byte[] apkSha256

The SHA-256 of the potentially harmful app.