Method ReportConsumableFulfillmentAsync
ReportConsumableFulfillmentAsync(string, Guid)
Notifies the Microsoft Store that the purchase of a consumable add-on (also called an in-app product or IAP) is fulfilled and that the user has the right to access the content.
Declaration
public IAsyncOperation<FulfillmentResult> ReportConsumableFulfillmentAsync(string productId, Guid transactionId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | productId | The product ID of the consumable add-on to report as fulfilled. |
| Guid | transactionId | The transaction ID for the purchase of the consumable add-on. |
Returns
| Type | Description |
|---|---|
| IAsyncOperation<FulfillmentResult> | An async operation for a |