SafetyNetApi.HarmfulAppsResponse

public static class SafetyNetApi.HarmfulAppsResponse extends Response<SafetyNetApi.HarmfulAppsResult>

A Response returned from listHarmfulApps().

Public Constructor Summary

Public Method Summary

List<HarmfulAppsData>
getHarmfulAppsList()
Returns a list of HarmfulAppsData that contains information on potentially harmful apps installed.
long

Inherited Method Summary

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.

public long getLastScanTimeMs ()