Platforms to show: All Mac Windows Linux Cross-Platform
Back to WindowsStorePurchasePropertiesMBS class.
WindowsStorePurchasePropertiesMBS.ExtendedJsonData as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows Store | MBS WinFrameworks Plugin | 20.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Use the ExtendedJsonData property to access the complete data for the StorePurchaseProperties object as a JSON-formatted string in your code. For more information about the structure of the data, see Data schemas for Store products.
If you want to associate the purchase request with a custom campaign, you can add a field named DevOfferId to the JSON string that is returned by this property and then assign the updated string to this property. You can then retrieve this value later by accessing the DeveloperOfferId property of a StoreCollectionData object. Here is an example JSON string that includes a DevOfferId field: "{\"DevOfferId\": \"your campaign ID\" }".
(Read and Write property)
WindowsStorePurchasePropertiesMBS.Handle as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows Store | MBS WinFrameworks Plugin | 20.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
(Read only property)
WindowsStorePurchasePropertiesMBS.Name as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows Store | MBS WinFrameworks Plugin | 20.4 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
The specified name appears in the title bar of the purchase UI.
(Read and Write property)
The items on this page are in the following plugins: MBS WinFrameworks Plugin.