SKPayment.PaymentWithProduct Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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