Condividi tramite


SKPayment.PaymentWithProduct Metodo

Definizione

Overload

PaymentWithProduct(SKProduct)
Obsoleti.

Costruttore factory da un SKProduct esistente.

PaymentWithProduct(String)
Obsoleti.

Costruttore factory da un nome di prodotto.

PaymentWithProduct(SKProduct)

Attenzione

Use FromProduct (SKProduct) instead.

Costruttore factory da un SKProduct esistente.

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

Parametri

product
SKProduct

Restituisce

Attributi

Si applica a

PaymentWithProduct(String)

Attenzione

Use FromProductIdentifier (string) instead.

Costruttore factory da un nome di prodotto.

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

Parametri

identifier
String

Restituisce

Attributi

Si applica a