AppSetIdClient

  • AppSetIdClient enables interaction with the AppSetIdInfo API for retrieving app set ID information.

  • The primary method, getAppSetIdInfo(), asynchronously provides an AppSetIdInfo object containing app set ID details.

  • Developers can use this client to access and utilize app set IDs for various purposes within their Android applications.

public interface AppSetIdClient

A client for interacting with the AppSetIdInfo API.

Public Method Summary

abstract Task<AppSetIdInfo>
getAppSetIdInfo()
Gets the AppSetIdInfo asynchronously.

Public Methods

public abstract Task<AppSetIdInfo> getAppSetIdInfo ()

Gets the AppSetIdInfo asynchronously.

Returns