Поделиться через


StoreProductParameters Конструкторы

Определение

Перегрузки

StoreProductParameters()

Создает новый T:StoreKit.StoreProductParameters.StoreProductParameters со значениями по умолчанию.

StoreProductParameters(NSDictionary)

Создает новый T:StoreKit.StoreProductParameters.StoreProductParameters из указанного словаря.

StoreProductParameters(Int32)

Создает новый T:StoreKit.StoreProductParameters.StoreProductParameters для указанного идентификатора ITunes.

StoreProductParameters()

[Foundation.Preserve(Conditional=true)]
public StoreProductParameters ();
Атрибуты

Применяется к

StoreProductParameters(NSDictionary)

Создает новый T:StoreKit.StoreProductParameters.StoreProductParameters из указанного словаря.

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

Параметры

dictionary
NSDictionary
Атрибуты

Применяется к

StoreProductParameters(Int32)

Создает новый T:StoreKit.StoreProductParameters.StoreProductParameters для указанного идентификатора ITunes.

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

Параметры

iTunesItemIdentifier
Int32

Применяется к