Share via


SKPaymentTransactionObserver.RemovedTransactions Method

Definition

Method that is called after transactions have been removed from the queue.

[Foundation.Export("paymentQueue:removedTransactions:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemovedTransactions(StoreKit.SKPaymentQueue queue, StoreKit.SKPaymentTransaction[] transactions);
[<Foundation.Export("paymentQueue:removedTransactions:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemovedTransactions : StoreKit.SKPaymentQueue * StoreKit.SKPaymentTransaction[] -> unit
override this.RemovedTransactions : StoreKit.SKPaymentQueue * StoreKit.SKPaymentTransaction[] -> unit

Parameters

transactions
SKPaymentTransaction[]

Implements

Attributes

Applies to