Platforms to show: All Mac Windows Linux Cross-Platform
Back to WindowsStoreSKUMBS class.
WindowsStoreSKUMBS.BundledSKUs as String()
Function:
Gets the list of Store IDs for the apps or add-ons that are bundled with this product SKU.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Windows Store | MBS WinFrameworks Plugin | 20.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
WindowsStoreSKUMBS.Constructor Private
Function:
The private constructor.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Windows Store | MBS WinFrameworks Plugin | 20.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
WindowsStoreSKUMBS.GetIsInstalledAsync(CompletionHandler as GetIsInstalledAsyncCompletedMBS)
Function:
Indicates whether this product SKU is installed on the current device.
Notes: Starts an asynchronous operation that, on successful completion, returns true if this product SKU is installed on the current device; otherwise, false.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Windows Store | MBS WinFrameworks Plugin | 23.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Notes: Starts an asynchronous operation that, on successful completion, returns true if this product SKU is installed on the current device; otherwise, false.
WindowsStoreSKUMBS.Images as WindowsStoreImageMBS()
Function:
Gets the images from the Microsoft Store listing for the product SKU.
Notes: Returns a collection of WindowsStoreImageMBS objects that represent the images from the Microsoft Store listing for the product SKU.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Windows Store | MBS WinFrameworks Plugin | 23.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Notes: Returns a collection of WindowsStoreImageMBS objects that represent the images from the Microsoft Store listing for the product SKU.
WindowsStoreSKUMBS.RequestPurchaseAsync(CompletionHandler as WindowsStoreContextMBS.RequestPurchaseCompletedMBS, PurchaseProperties as WindowsStorePurchasePropertiesMBS = nil)
Function:
Requests the purchase for the specified app or add-on and displays the UI that is used to complete the transaction via the Microsoft Store.
Notes:
This method provides the option to specify additional details for a specific offer within a large catalog of products that are represented by a single listing in the Microsoft Store, including the product name to display to the user during the purchase.
StoreID: The Store ID of the app or the add-on that you want to purchase for the current user.
PurchaseProperties: The optional purchase properties with display name or additional JSON.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Windows Store | MBS WinFrameworks Plugin | 20.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Notes:
This method provides the option to specify additional details for a specific offer within a large catalog of products that are represented by a single listing in the Microsoft Store, including the product name to display to the user during the purchase.
StoreID: The Store ID of the app or the add-on that you want to purchase for the current user.
PurchaseProperties: The optional purchase properties with display name or additional JSON.
WindowsStoreSKUMBS.Videos as WindowsStoreVideoMBS()
Function:
Gets the videos from the Microsoft Store listing for the product SKU.
Notes: Returns a collection of WindowsStoreVideoMBS objects that represent the videos from the Microsoft Store listing for the product SKU.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Windows Store | MBS WinFrameworks Plugin | 23.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Notes: Returns a collection of WindowsStoreVideoMBS objects that represent the videos from the Microsoft Store listing for the product SKU.
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
