次の方法で共有


SKPaymentTransactionObserver_Extensions.UpdatedDownloads メソッド

定義

1 つ以上のダウンロードがキューによって更新されたときに呼び出されるメソッド。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void UpdatedDownloads(this StoreKit.ISKPaymentTransactionObserver This, StoreKit.SKPaymentQueue queue, StoreKit.SKDownload[] downloads);
static member UpdatedDownloads : StoreKit.ISKPaymentTransactionObserver * StoreKit.SKPaymentQueue * StoreKit.SKDownload[] -> unit

パラメーター

This
ISKPaymentTransactionObserver

この拡張メソッドが動作するインスタンス。

downloads
SKDownload[]
属性

適用対象