Share via


StoreProductParameters Constructors

Definition

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 dictionary.

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

Applies to