SKPayment.PaymentWithProduct Method

Definition

Overloads

PaymentWithProduct(SKProduct)
Obsolete.

Factory constructor from an existing SKProduct.

PaymentWithProduct(String)
Obsolete.

Factory constructor from a product name.

PaymentWithProduct(SKProduct)

Caution

Use FromProduct (SKProduct) instead.

Factory constructor from an existing SKProduct.

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

Parameters

product
SKProduct

Returns

Attributes

Applies to

PaymentWithProduct(String)

Caution

Use FromProductIdentifier (string) instead.

Factory constructor from a product name.

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

Parameters

identifier
String

Returns

Attributes

Applies to