Method LoadListingInformationAsync
LoadListingInformationAsync()
Loads the app's listing information asynchronously. Additionally, the listing information for available in-app products is also provided.
Declaration
public IAsyncOperation<ListingInformation> LoadListingInformationAsync()
Returns
Type | Description |
---|---|
IAsyncOperation<ListingInformation> | The ListingInformation that contains info (ex: name, price) specific to the market the user currently resides in. |