Edit

Share via


StoreProductParameters Constructors

Definition

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()

[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

Applies to