StoreProductParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| StoreProductParameters() |
Creates a new StoreProductParameters with default (empty) values. |
| StoreProductParameters(NSDictionary) |
Creates a new StoreProductParameters from the values that are specified in |
| StoreProductParameters(Int32) |
Creates a new StoreProductParameters for the specified ITunes identifier. |
StoreProductParameters()
Creates a new StoreProductParameters with default (empty) values.
[Foundation.Preserve(Conditional=true)]
public StoreProductParameters();
public StoreProductParameters();
- Attributes
Applies to
StoreProductParameters(NSDictionary)
Creates a new StoreProductParameters from the values that are specified in dictionary.
[Foundation.Preserve(Conditional=true)]
public StoreProductParameters(Foundation.NSDictionary? dictionary);
public StoreProductParameters(Foundation.NSDictionary? dictionary);
[<Foundation.Preserve(Conditional=true)>]
new StoreKit.StoreProductParameters : Foundation.NSDictionary -> StoreKit.StoreProductParameters
new StoreKit.StoreProductParameters : Foundation.NSDictionary -> StoreKit.StoreProductParameters
Parameters
- dictionary
- NSDictionary
The dictionary to use to populate the properties of this type.
- Attributes
Applies to
StoreProductParameters(Int32)
Creates a new StoreProductParameters for the specified ITunes identifier.
public StoreProductParameters(int iTunesItemIdentifier);
new StoreKit.StoreProductParameters : int -> StoreKit.StoreProductParameters
Parameters
- iTunesItemIdentifier
- Int32