public static class

SafetyNetApi.HarmfulAppsResponse

extends Response<SafetyNetApi.HarmfulAppsResult>
java.lang.Object
   ↳ com.google.android.gms.common.api.Response<com.google.android.gms.safetynet.SafetyNetApi.HarmfulAppsResult>
     ↳ com.google.android.gms.safetynet.SafetyNetApi.HarmfulAppsResponse

Class Overview

A Response returned from listHarmfulApps().

Summary

Public Constructors
SafetyNetApi.HarmfulAppsResponse()
Public Methods
List<HarmfulAppsData> getHarmfulAppsList()
Returns a list of HarmfulAppsData that contains information on potentially harmful apps installed.
long getLastScanTimeMs()
[Expand]
Inherited Methods
From class com.google.android.gms.common.api.Response
From class java.lang.Object

Public Constructors

public SafetyNetApi.HarmfulAppsResponse ()

Public Methods

public List<HarmfulAppsData> getHarmfulAppsList ()

Returns a list of HarmfulAppsData that contains information on potentially harmful apps installed.

If there are no known potentially harmful apps installed, the List returned is empty.

Returns
List<HarmfulAppsData>

public long getLastScanTimeMs ()

Returns
long