SKPaymentTransactionObserver.RemovedTransactions Method

Definition

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

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

Parameters

transactions
SKPaymentTransaction[]
Attributes

Applies to