Interface IPurchasingBinder
Configures Unity Purchasing with one or more store implementations.
Namespace: UnityEngine .Purchasing.Extension
Assembly: solution.dll
Syntax
public interface IPurchasingBinder
Methods
Name | Description |
---|---|
Register |
Informs Unity Purchasing that extended Configuration is available. |
Register |
Informs Unity Purchasing that a store extension is available. |
Register |
Informs Unity Purchasing that a store implementation exists, specifying its name. Modules can pass null IStore instances when running on platforms they do not support. |
Set |
Informs Unity Purchasing about a catalog provider which might replace or add products at runtime. |
Set |
Informs Unity Purchasing about a catalog provider function, which might replace or add products at runtime. This is an alternative to the SetCatalogProvider API for setting a catalog provider that does not implement the ICatalogProvider interface. |