public interface IVerifyAppsDataCallback implements IInterface
  
  
  | Known Indirect Subclasses | 
This is a callback object to return the results from the getVerifyAppsData API in IPackageVerificationApiService.
Nested Class Summary
| class | IVerifyAppsDataCallback.Stub | ||
Public Method Summary
| abstract void | 
                 
                  
                  onGetVerifyAppsDataResult(boolean success, Bundle result)
                   
              
                    This will be called with the results of the getVerifyAppsData API.
                   
                 | 
            
Inherited Method Summary
Public Methods
public abstract 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 | 
Throws
| RemoteException | 
|---|