共用方式為


SKPayment.PaymentWithProduct 方法

定義

多載

PaymentWithProduct(SKProduct)
已淘汰.

來自現有 SKProduct 的 Factory 建構函式。

PaymentWithProduct(String)
已淘汰.

產品名稱中的 Factory 建構函式。

PaymentWithProduct(SKProduct)

警告

Use FromProduct (SKProduct) instead.

來自現有 SKProduct 的 Factory 建構函式。

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

產品名稱中的 Factory 建構函式。

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

參數

identifier
String

傳回

屬性

適用於