Platforms to show: All Mac Windows Linux Cross-Platform
WindowsStorePurchaseResultMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Windows Store | MBS WinFrameworks Plugin | 20.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
The RequestPurchaseAsync methods of the StoreContext, StoreProduct, StoreSku, or StoreAvailability classes return an object of this type.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 3 properties
- property ExtendedError as Integer
- property Handle as Integer
- property Status as Integer
- method Constructor Private
- 5 constants
Purchase Status
Constant | Value | Description |
---|---|---|
kStatusAlreadyPurchased | 1 |
The current user has already purchased the specified app or add-on. |
kStatusNetworkError | 3 |
The purchase request did not succeed because of a network connectivity error. |
kStatusNotPurchased | 2 |
The purchase request did not succeed. |
kStatusServerError | 4 |
The purchase request did not succeed because of a server error returned by the Microsoft Store. |
kStatusSucceeded | 0 |
The purchase request succeeded. |
This class has no sub classes.
Some examples using this class:
Blog Entries
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
WindowsStorePurchasePropertiesMBS - WindowsStoreRateAndReviewResultMBS