com.google.android.gms.safetynet.SafetyNetApi.HarmfulAppsResult |
This interface is deprecated.
use SafetyNetApi.HarmfulAppsResponse
returned from
listHarmfulApps()
.
A Result
returned from listHarmfulApps(GoogleApiClient)
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a list of
HarmfulAppsData that contains information on potentially
harmful apps installed. | |||||||||||
Gets the epoch time the scan was performed in milliseconds.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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> |
Gets the epoch time the scan was performed in milliseconds.
Returns | |
---|---|
long |