Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
Google Play services offers app set ID for correlating app usage for analytics or fraud prevention across a set of apps owned by your organization on a given device, in a privacy-friendly manner.
This package provides APIs for accessing Android app set information, including the app set ID and its metadata.
AppSet serves as the main entry point for utilizing the app set APIs.
The AppSetIdInfo class offers details regarding the app set ID, while the AppSetIdClient allows interaction with the API.
For analytics or fraud prevention use cases, on a given device you may need to correlate
usage or actions across a set of apps owned by your organization. Google Play services
offers a privacy-friendly option called app set ID.
This package contains all the APIs to get the Android app set information including the
app set ID and its metadata.
[[["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."],[],["Google Play services offers the app set ID for correlating app usage across an organization's apps on a device, particularly useful for analytics and fraud prevention. The `AppSet` class serves as the main entry point to access this feature. The `AppSetIdClient` interface handles interactions with the `AppSetIdInfo` API, while the `AppSetIdInfo` class provides data, such as scope, about the app set ID. `AppSetIdInfo.Scope` provides allowed constants for retrieving the scope.\n"]]