public static interface

SafetyNetApi.HarmfulAppsResult

implements Result
com.google.android.gms.safetynet.SafetyNetApi.HarmfulAppsResult

This interface is deprecated.
use SafetyNetApi.HarmfulAppsResponse returned from listHarmfulApps().

Class Overview

A Result returned from listHarmfulApps(GoogleApiClient).

Summary

Public Methods
abstract List<HarmfulAppsData> getHarmfulAppsList()
Returns a list of HarmfulAppsData that contains information on potentially harmful apps installed.
abstract long getLastScanTimeMs()
Gets the epoch time the scan was performed in milliseconds.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract 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 abstract long getLastScanTimeMs ()

Gets the epoch time the scan was performed in milliseconds.

Returns
long