com.google.android.gms.appset

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

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.