Class 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.
Implements
Inherited Members
Namespace: UnityEngine.Purchasing.Extension
Assembly: solution.dll
Syntax
public abstract class AbstractStore : IStore
Methods
Name | Description |
---|---|
FinishTransaction(ProductDefinition, string) | Returns results through IStoreCallback previously passed into Initialize |
Initialize(IStoreCallback) | Terminal - no callback required |
Purchase(ProductDefinition, string) | Returns results through IStoreCallback previously passed into Initialize |
RetrieveProducts(ReadOnlyCollection<ProductDefinition>) | Returns results through IStoreCallback previously passed into Initialize |