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 |
Notes:
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 New in 23.1
- 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) New in 23.1
- method Images as WindowsStoreImageMBS() New in 23.1
- method Keywords as String()
- method RequestPurchaseAsync(CompletionHandler as WindowsStoreContextMBS.RequestPurchaseCompletedMBS, PurchaseProperties as WindowsStorePurchasePropertiesMBS = nil)
- method SKUs as WindowsStoreSKUMBS()
- method Videos as WindowsStoreVideoMBS() New in 23.1
- delegate GetIsAnySkuInstalledAsyncCompletedMBS(ErrorCode as Integer, Installed as Boolean) New in 23.1
This class has no sub classes.
Some properties using for this class:
- WindowsStoreProductResultMBS.Product as WindowsStoreProductMBS
Some examples using this class:
Blog Entries
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
WindowsStorePriceMBS - WindowsStoreProductQueryResultMBS
