SKPaymentTransactionObserver_Extensions.UpdatedDownloads 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.
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
The instance on which this extension method operates.
- queue
- SKPaymentQueue
- downloads
- SKDownload[]
- Attributes