Namespace UnityEngine.Purchasing.Extension
Classes
AbstractPurchasingModule
Base class for Purchasing Modules.
In addition to providing helper methods, use of an abstract class allows addition of IPurchasingModule methods without breaking compatibility with existing plugins.
AbstractStore
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.
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.
PurchaseFailureDescription
Represents a failed purchase as described by a purchasing service.
Interfaces
ICatalogProvider
Abstract Catalog Provider, facilitating the retrieval of a catalog's products.
IPurchasingBinder
Configures Unity Purchasing with one or more store implementations.
IPurchasingModule
Configures Unity Purchasing for one or more stores.
Store implementations must provide an implementation of this interface.
IStore
Represents the public interface of the underlying store system such as Google Play, or the Apple App store.
IStoreCallback
Callback interface for IStores.
IStoreConfiguration
Common interface for all extended configuration.