Interface IWindowsIAP
Interface for Universal Windows Platform purchasing calls.
Namespace: UnityEngine.Purchasing.Default
Assembly: solution.dll
Syntax
public interface IWindowsIAP
Methods
Name | Description |
---|---|
BuildDummyProducts(List<WinProductDescription>) | Builds a set of local products to be used as a proxy for what's on the Windows Store. |
FinaliseTransaction(string) | Finalizes a transaction. |
Initialize(IWindowsIAPCallback) | Initializes the Windows Store. |
Purchase(string) | Purchases a product. |
RetrieveProducts(bool) | Retrieve products from the Windows Store. |