Class CodelessCatalogProvider
Helps to set up CatalogProvider for Codeless IAP.
Inherited Members
Namespace: UnityEngine.Purchasing
Assembly: Unity.Purchasing.Codeless.dll
Syntax
public static class CodelessCatalogProvider
Methods
PopulateCatalogProvider(ProductCatalog)
Populate a CatalogProvider with products from a ProductCatalog
Declaration
public static CatalogProvider PopulateCatalogProvider(ProductCatalog catalog)
Parameters
Type | Name | Description |
---|---|---|
ProductCatalog | catalog | Source of product identifiers and payouts |
Returns
Type | Description |
---|---|
CatalogProvider | A CatalogProvider populated with the products from the ProductCatalog |