com.google.android.gms.appset

  • 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.

AppSet is the entry point of all the APIs.

Annotations

AppSetIdInfo.Scope Allowed constants for AppSetIdInfo.getScope()

Interfaces

AppSetIdClient A client for interacting with the AppSetIdInfo API. 

Classes

AppSet Entry point of the app set APIs. 
AppSetIdInfo Contains information about app set ID.