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