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
StoreProductParameters() |
Creates a new T:StoreKit.StoreProductParameters.StoreProductParameters with default values. |
StoreProductParameters(NSDictionary) |
Creates a new T:StoreKit.StoreProductParameters.StoreProductParameters from the specified dictionary |
StoreProductParameters(Int32) |
Creates a new T:StoreKit.StoreProductParameters.StoreProductParameters for the specified ITunes identifier. |
StoreProductParameters()
Creates a new T:StoreKit.StoreProductParameters.StoreProductParameters with default values.
[Foundation.Preserve(Conditional=true)]
public StoreProductParameters ();
- Attributes
Applies to
StoreProductParameters(NSDictionary)
Creates a new T:StoreKit.StoreProductParameters.StoreProductParameters from the specified dictionary
[Foundation.Preserve(Conditional=true)]
public StoreProductParameters (Foundation.NSDictionary dictionary);
new StoreKit.StoreProductParameters : Foundation.NSDictionary -> StoreKit.StoreProductParameters
Parameters
- dictionary
- NSDictionary
- Attributes
Applies to
StoreProductParameters(Int32)
Creates a new T:StoreKit.StoreProductParameters.StoreProductParameters for the specified ITunes identifier.
public StoreProductParameters (int iTunesItemIdentifier);
new StoreKit.StoreProductParameters : int -> StoreKit.StoreProductParameters
Parameters
- iTunesItemIdentifier
- Int32