Platforms to show: All Mac Windows Linux Cross-Platform
Back to WindowsStoreContextMBS class.
WindowsStoreContextMBS.RequestPurchaseCompletedMBS(ErrorCode as Integer, result as WindowsStorePurchaseResultMBS)
Function:
The purchase completed and you can query the status.
Notes: ErrorCode: The Windows error code in case of a failure.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
delegate | Windows Store | MBS WinFrameworks Plugin | 20.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Notes: ErrorCode: The Windows error code in case of a failure.
Some methods using this delegate:
- WindowsStoreContextMBS.RequestPurchaseAsync(CompletionHandler as RequestPurchaseCompletedMBS, StoreID as String, PurchaseProperties as WindowsStorePurchasePropertiesMBS = nil)
- WindowsStoreProductMBS.RequestPurchaseAsync(CompletionHandler as WindowsStoreContextMBS.RequestPurchaseCompletedMBS, PurchaseProperties as WindowsStorePurchasePropertiesMBS = nil)
- WindowsStoreSKUMBS.RequestPurchaseAsync(CompletionHandler as WindowsStoreContextMBS.RequestPurchaseCompletedMBS, PurchaseProperties as WindowsStorePurchasePropertiesMBS = nil)
Blog Entries
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
