SafetyNetApi.HarmfulAppsResult

public static interface SafetyNetApi.HarmfulAppsResult implements Result

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

A Result returned from listHarmfulApps(GoogleApiClient).

Public Method Summary

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.

Inherited Method Summary

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.

public abstract long getLastScanTimeMs ()

Gets the epoch time the scan was performed in milliseconds.