SKPayment.PaymentWithProduct 方法

定义

重载

PaymentWithProduct(SKProduct)
已过时.

现有 SKProduct 的工厂构造函数。

PaymentWithProduct(String)
已过时.

产品名称的工厂构造函数。

PaymentWithProduct(SKProduct)

注意

Use FromProduct (SKProduct) instead.

现有 SKProduct 的工厂构造函数。

[System.Obsolete("Use FromProduct (SKProduct) instead.")]
public static StoreKit.SKPayment PaymentWithProduct (StoreKit.SKProduct product);
static member PaymentWithProduct : StoreKit.SKProduct -> StoreKit.SKPayment

参数

product
SKProduct

返回

属性

适用于

PaymentWithProduct(String)

注意

Use FromProductIdentifier (string) instead.

产品名称的工厂构造函数。

[System.Obsolete("Use FromProductIdentifier (string) instead.")]
public static StoreKit.SKPayment PaymentWithProduct (string identifier);
static member PaymentWithProduct : string -> StoreKit.SKPayment

参数

identifier
String

返回

属性

适用于