SKMutablePayment.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
| Name | Description |
|---|---|
| PaymentWithProduct(SKProduct) | |
| PaymentWithProduct(String) |
PaymentWithProduct(SKProduct)
[Foundation.Export("paymentWithProduct:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static StoreKit.SKMutablePayment PaymentWithProduct(StoreKit.SKProduct product);
[<Foundation.Export("paymentWithProduct:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member PaymentWithProduct : StoreKit.SKProduct -> StoreKit.SKMutablePayment
Parameters
- product
- SKProduct
Returns
- Attributes
Applies to
PaymentWithProduct(String)
[Foundation.Export("paymentWithProductIdentifier:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static StoreKit.SKMutablePayment PaymentWithProduct(string identifier);
[<Foundation.Export("paymentWithProductIdentifier:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member PaymentWithProduct : string -> StoreKit.SKMutablePayment
Parameters
- identifier
- String
Returns
- Attributes