AppSetIdClient

  • AppSetIdClient is a client for interacting with the AppSetIdInfo API.

  • The primary method is getAppSetIdInfo, which asynchronously retrieves AppSetIdInfo.

  • The getAppSetIdInfo method returns a Task containing the AppSetIdInfo.

public interfaceAppSetIdClient

A client for interacting with theAppSetIdInfo API.

Public Method Summary

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

Public Methods

public abstract Task<AppSetIdInfo>getAppSetIdInfo()

Gets theAppSetIdInfo asynchronously.

Returns

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-10-31 UTC.