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
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
|
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 APK file. |
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
android.os.Parcelable
abstract
int
|
describeContents()
|
abstract
void
|
writeToParcel(Parcel arg0, int arg1)
|
|
Fields
public
final
int
apkCategory
public
final
String
apkPackageName
The package name of the potentially harmful app.
public
final
byte[]
apkSha256
The SHA-256 of the potentially harmful app APK file.