Select your preferred scripting language. All code snippets will be displayed in this language.
interface in UnityEngine.Purchasing.Extension
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseICatalogProvider can replace or add products to the product configuration at runtime.
When Purchasing is initialized, if the ConfigurationBuilder has the useCatalogProvider property set to true, the ICatalogProvider's FetchProducts method will be called before the initialization is completed.
FetchProducts | ProductDefinitions fetched by this method will add to or replace the set of ProductDefinitions supplied in the ConfigurationBuilder. |