Method ConfirmPendingPurchase
ConfirmPendingPurchase(Product)
Where an Application returned ProcessingResult.Pending from IStoreListener.ProcessPurchase(), Applications should call this method when processing completes.
Declaration
void ConfirmPendingPurchase(Product product)
Parameters
Type | Name | Description |
---|---|---|
Product | product | The product for which its pending purchase it to be confirmed. |