IVerifyAppsDataCallback.Stub.Proxy

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

Public Method Summary

void
onGetVerifyAppsDataResult(boolean success, Bundle result)
This will be called with the results of the getVerifyAppsData API.

Inherited Method Summary

Public Methods

public void onGetVerifyAppsDataResult (boolean success, Bundle result)

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

Parameters
success false if there was an error while getting the list of harmful apps, otherwise true.
result A Bundle containing the requested data. Can be null if success is false