SKPaymentTransactionObserver_Extensions.UpdatedDownloads Method

Definition

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

[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

Parameters

This
ISKPaymentTransactionObserver

The instance on which this extension method operates.

downloads
SKDownload[]
Attributes

Applies to