AI-generated Key Takeaways
-
AppSetIdClient
enables interaction with theAppSetIdInfo
API for retrieving app set ID information. -
The primary method,
getAppSetIdInfo()
, asynchronously provides anAppSetIdInfo
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.
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
- a
Task
of the returnedAppSetIdInfo
.