SKPaymentQueueDelegate_Extensions.ShouldContinueTransaction 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.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldContinueTransaction(this StoreKit.ISKPaymentQueueDelegate This, StoreKit.SKPaymentQueue paymentQueue, StoreKit.SKPaymentTransaction transaction, StoreKit.SKStorefront newStorefront);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldContinueTransaction : StoreKit.ISKPaymentQueueDelegate * StoreKit.SKPaymentQueue * StoreKit.SKPaymentTransaction * StoreKit.SKStorefront -> bool
Parameters
- paymentQueue
- SKPaymentQueue
- transaction
- SKPaymentTransaction
- newStorefront
- SKStorefront
Returns
- Attributes