IListHarmfulAppsCallback.Stub.Proxy

public static class IListHarmfulAppsCallback.Stub.Proxy extends BaseProxy
implements IListHarmfulAppsCallback

Public Method Summary

void
onListHarmfulAppsResult(boolean success, byte[] result)
This will be called with the results of the listHarmfulApps API.

Inherited Method Summary

Public Methods

public void onListHarmfulAppsResult (boolean success, byte[] result)

This will be called with the results of the listHarmfulApps API.

Parameters
success false if there was an error while getting the list of harmful apps, otherwise true.
result A HarmfulApps protobuf message encoded as a byte array, or null if success is false