Method ProcessPurchase
ProcessPurchase(PurchaseEventArgs)
Implementation of UnityEngine.Purchasing.IStoreListener.ProcessPurchase.Purchasing.IStoreListener.ProcessPurchase
which forwards
this successful purchase event to any appropriate registered IAPButton
s and
IAPListener
s. Logs an error if there are no appropriate registered handlers.
Declaration
public PurchaseProcessingResult ProcessPurchase(PurchaseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
PurchaseEventArgs | e | Data for this purchase |
Returns
Type | Description |
---|---|
PurchaseProcessingResult | Any indication of whether this purchase has been completed by any of my appropriate registered
|