AppSet

  • AppSet serves as the entry point for utilizing app set APIs in Android development.

  • Developers can obtain an instance of AppSetIdClient using the getClient() method, providing them with access to app set functionalities.

  • The primary purpose of AppSet is to facilitate the retrieval and utilization of app set identifiers for various purposes within an application.

public final class AppSet extends Object

Entry point of the app set APIs.

Public Method Summary

static AppSetIdClient
getClient(Context context)
Creates a new instance of AppSetIdClient.

Inherited Method Summary

Public Methods

public static AppSetIdClient getClient (Context context)

Creates a new instance of AppSetIdClient.