Namespace UnityEngine.Purchasing.Extension
Classes
ProductDescription
A common format for store subsystems to use to describe available In-App Purchases to UnityPurchasing, including purchase state via Receipt and Transaction Identifiers.
Store
Extension point for purchasing plugins.
An abstract class is provided so that methods can be added to the IStore without breaking binary compatibility with existing plugins.
Interfaces
IBaseCatalogProvider
Abstract Catalog Provider, facilitating the retrieval of a catalog's products.
ICatalogProvider
Catalog Provider, facilitating the retrieval of a catalog's products.
IStoreConfiguration
Common interface for all extended configuration.
IStoreProductsCallback
A public interface for a class that handles callbacks for retrieving products from a Store.