Share via


SKPaymentQueue.PauseDownloads(SKDownload[]) Method

Definition

[Foundation.Export("pauseDownloads:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PauseDownloads(StoreKit.SKDownload[] downloads);
[<Foundation.Export("pauseDownloads:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PauseDownloads : StoreKit.SKDownload[] -> unit
override this.PauseDownloads : StoreKit.SKDownload[] -> unit

Parameters

downloads
SKDownload[]
Attributes

Applies to