共用方式為


SKPaymentTransactionObserver.UpdatedDownloads 方法

定義

佇列已更新一或多個下載時所呼叫的方法。

[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

參數

downloads
SKDownload[]
屬性

適用於