com.google.android.gms.appset
Stay organized with collections
Save and categorize content based on your preferences.
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.
AppSet
is the
entry point of all the APIs.
Annotations
Interfaces
Classes
AppSet
|
Entry point of the app set APIs. |
AppSetIdInfo
|
Contains information about app set ID. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["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 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."]]],["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"]]