SKPaymentTransactionObserver.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.
[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
- queue
- SKPaymentQueue
- downloads
- SKDownload[]
- Attributes