Interface INativeStore
An interface to native underlying store systems. Provides a base for opaquely typed communication across a language-bridge upon which additional functionality can be composed. Is used by most public IStore implementations which themselves are owned by the purchasing core.
Namespace: UnityEngine.Purchasing
Assembly: solution.dll
Syntax
public interface INativeStore
Methods
| Name | Description |
|---|---|
| FinishTransaction(string, string) | Call the Store to consume a product. |
| Purchase(string, string) | Call the Store to purchase a product. The |
| RetrieveProducts(string) | Call the Store to retrieve the store products. The |