ProductType
ProductType
ProductType
ProductType
Enum
Definition
Specifies the product type for an in-app product.
public : enum class ProductTypepublic enum ProductTypePublic Enum ProductType// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Consumable Consumable Consumable Consumable | A consumable product. |
| Durable Durable Durable Durable | A durable product. |
| Unknown Unknown Unknown Unknown | The product type is unknown. |