Interface ICatalogProvider
Abstract Catalog Provider, facilitating the retrieval of a catalog's products.
Namespace: UnityEngine.Purchasing.Extension
Assembly: solution.dll
Syntax
public interface ICatalogProvider
Methods
Name | Description |
---|---|
FetchProducts(Action<HashSet<ProductDefinition>>) | Fetch all the products in the catalog, asynchronously. |