SKPayment.PaymentWithProduct 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
返回
- 属性