[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],["The `IVerifyAppsDataCallback.Stub.Proxy` class manages the results of the `getVerifyAppsData` API. Its core action is the `onGetVerifyAppsDataResult` method, which is invoked with a boolean `success` indicator and a `Bundle` named `result`. If `success` is true, the `result` bundle contains the requested data; otherwise, it can be null, signaling an error during the retrieval of harmful apps' data. It can throw a `RemoteException`. Other methods are related to object and binder management.\n"]]