Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 996 Bytes

fulfillmentresult.md

File metadata and controls

37 lines (25 loc) · 996 Bytes
-api-id -api-type
T:Windows.ApplicationModel.Store.FulfillmentResult
winrt enum

FulfillmentResult

-description

Defines values used to indicate fulfillment status for a consumable in-app product.

-enum-fields

-field Succeeded:0

The purchased consumable in-app product was fulfilled.

-field NothingToFulfill:1

The specified transaction ID has been passed or the consumable in-app product has already been fulfilled.

-field PurchasePending:2

The purchase is not complete. At this point it is still possible for the transaction to be reversed due to provider failures and/or risk checks.

-field PurchaseReverted:3

The purchase request has been reverted.

-field ServerError:4

There was an issue receiving fulfillment status.

-remarks

-examples

-see-also

ReportConsumableFulfillmentAsync