Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
App set ID, offered by Google Play services, is a privacy-friendly option for correlating usage or actions across apps owned by your organization on a given device for analytics or fraud prevention.
The AppSet class serves as the entry point for all the app set APIs in this package.
The AppSetIdClient interface is used for interacting with the AppSetIdInfo API.
The AppSetIdInfo class contains information about the app set ID.
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"]]