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."],[[["\u003cp\u003eGoogle 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.\u003c/p\u003e\n"],["\u003cp\u003eThis package provides APIs for accessing Android app set information, including the app set ID and its metadata.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAppSet\u003c/code\u003e serves as the main entry point for utilizing the app set APIs.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAppSetIdInfo\u003c/code\u003e class offers details regarding the app set ID, while the \u003ccode\u003eAppSetIdClient\u003c/code\u003e allows interaction with the API.\u003c/p\u003e\n"]]],["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"],null,["# com.google.android.gms.appset\n\nFor 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.\n\nThis package contains all the APIs to get the Android app set information including the\napp set ID and its metadata.\n\n[AppSet](/android/reference/com/google/android/gms/appset/AppSet) is the\nentry point of all the APIs.\n\n### Annotations\n\n|-------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------|\n| [AppSetIdInfo.Scope](/android/reference/com/google/android/gms/appset/AppSetIdInfo.Scope) | Allowed constants for [AppSetIdInfo.getScope()](/android/reference/com/google/android/gms/appset/AppSetIdInfo#getScope()). |\n\n### Interfaces\n\n|-----------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|\n| [AppSetIdClient](/android/reference/com/google/android/gms/appset/AppSetIdClient) | A client for interacting with the [AppSetIdInfo](/android/reference/com/google/android/gms/appset/AppSetIdInfo) API. |\n\n### Classes\n\n|-------------------------------------------------------------------------------|----------------------------------------|\n| [AppSet](/android/reference/com/google/android/gms/appset/AppSet) | Entry point of the app set APIs. |\n| [AppSetIdInfo](/android/reference/com/google/android/gms/appset/AppSetIdInfo) | Contains information about app set ID. |"]]