SKPaymentTransactionObserver.UpdatedTransactions 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.
This method is invoked when one or more transactions have been updated.
[Foundation.Export("paymentQueue:updatedTransactions:")]
public abstract void UpdatedTransactions (StoreKit.SKPaymentQueue queue, StoreKit.SKPaymentTransaction[] transactions);
abstract member UpdatedTransactions : StoreKit.SKPaymentQueue * StoreKit.SKPaymentTransaction[] -> unit
Parameters
- queue
- SKPaymentQueue
- transactions
- SKPaymentTransaction[]
Implements
- Attributes