Method GetUnfulfilledConsumablesAsync
GetUnfulfilledConsumablesAsync()
Returns a list of purchased consumable in-app products that have not been reported to the Microsoft Store as fulfilled..
Declaration
public IAsyncOperation<IReadOnlyList<UnfulfilledConsumable>> GetUnfulfilledConsumablesAsync()
Returns
Type | Description |
---|---|
IAsyncOperation<IReadOnlyList<UnfulfilledConsumable>> | The list of purchased consumable products that have not been reported as fulfilled. |