Edit

Share via


SKPaymentTransactionObserver.UpdatedDownloads Method

Definition

Method that is called when one or more downloads has been updated by the queue.

[Foundation.Export("paymentQueue:updatedDownloads:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void UpdatedDownloads (StoreKit.SKPaymentQueue queue, StoreKit.SKDownload[] downloads);
abstract member UpdatedDownloads : StoreKit.SKPaymentQueue * StoreKit.SKDownload[] -> unit
override this.UpdatedDownloads : StoreKit.SKPaymentQueue * StoreKit.SKDownload[] -> unit

Parameters

downloads
SKDownload[]
Attributes

Applies to