Platforms to show: All Mac Windows Linux Cross-Platform
WindowsStoreProductMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Windows Store | MBS WinFrameworks Plugin | 20.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Products in the Store are organized in a hierarcy of product, SKU, and availability objects. Products are represented by StoreProduct objects. The SKUs for each product are represented by StoreSku objects, and the availabilities for each SKU are represented by StoreAvailability objects. For more information, see In-app purchases and trials.
To retrieve a StoreProduct object for the current app, use the GetStoreProductForCurrentAppAsync method.
To retrieve StoreProduct objects for products that can be purchased from within the current app, use these methods.
- GetAssociatedStoreProductsAsync
- GetAssociatedStoreProductsWithPagingAsync
- GetStoreProductsAsync
- GetUserCollectionAsync
- GetUserCollectionWithPagingAsync
- 12 properties
- property Description as String
- property ExtendedJsonData as String
- property Handle as Integer
- property HasDigitalDownload as Boolean
- property InAppOfferToken as String
- property IsInUserCollection as Boolean
- property Language as String
- property LinkURI as String
- property Price as WindowsStorePriceMBS
- property ProductKind as String
- property StoreId as String
- property Title as String
- 7 methods
- method Constructor Private
- method GetIsAnySkuInstalledAsync(CompletionHandler as GetIsAnySkuInstalledAsyncCompletedMBS)
- method Images as WindowsStoreImageMBS()
- method Keywords as String()
- method RequestPurchaseAsync(CompletionHandler as WindowsStoreContextMBS.RequestPurchaseCompletedMBS, PurchaseProperties as WindowsStorePurchasePropertiesMBS = nil)
- method SKUs as WindowsStoreSKUMBS()
- method Videos as WindowsStoreVideoMBS()
- delegate GetIsAnySkuInstalledAsyncCompletedMBS(ErrorCode as Integer, Installed as Boolean)
This class has no sub classes.
Some properties using for this class:
- WindowsStoreProductResultMBS.Product as WindowsStoreProductMBS
Some examples using this class:
Blog Entries
- New in MBS Xojo Plugins in version 23.1
- News from the MBS Xojo Plugins Version 20.4
- Selling Xojo apps on Windows Store
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
WindowsStorePriceMBS - WindowsStoreProductQueryResultMBS