Interface IWindowsIAPCallback
Interface for Universal Windows Platform purchasing callbacks.
Namespace: UnityEngine.Purchasing.Default
Assembly: solution.dll
Syntax
public interface IWindowsIAPCallback
Methods
Name | Description |
---|---|
OnProductListError(string) | Callback received when receiving an error when attempting to get the list of products. |
OnProductListReceived(WinProductDescription[]) | Callback received when receiving the list of products. |
OnPurchaseFailed(string, string) | Callback received after making a failed purchase. |
OnPurchaseSucceeded(string, string, string) | Callback received after making a successful purchase. |
log(string) | Call used to log messsages during the callbacks in this interface. |
logError(string) | Call used to log various errors during the callbacks in this interface. |