StoreProductParameters 构造函数

定义

重载

StoreProductParameters()

使用默认值创建新的 T:StoreKit.StoreProductParameters.StoreProductParameters

StoreProductParameters(NSDictionary)

从指定的字典创建新的 T:StoreKit.StoreProductParameters.StoreProductParameters

StoreProductParameters(Int32)

为指定的 T:StoreKit.StoreProductParameters.StoreProductParameters

StoreProductParameters()

[Foundation.Preserve(Conditional=true)]
public StoreProductParameters ();
属性

适用于

StoreProductParameters(NSDictionary)

[Foundation.Preserve(Conditional=true)]
public StoreProductParameters (Foundation.NSDictionary dictionary);
new StoreKit.StoreProductParameters : Foundation.NSDictionary -> StoreKit.StoreProductParameters

参数

dictionary
NSDictionary
属性

适用于

StoreProductParameters(Int32)

public StoreProductParameters (int iTunesItemIdentifier);
new StoreKit.StoreProductParameters : int -> StoreKit.StoreProductParameters

参数

iTunesItemIdentifier
Int32

适用于