SKDownload.DownloadState Property
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.
Caution
Use 'State' instead.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'State' instead.")]
public virtual StoreKit.SKDownloadState DownloadState { [Foundation.Export("downloadState")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'State' instead.")] get; }
[System.Obsolete("Use 'State' instead.", false)]
public virtual StoreKit.SKDownloadState DownloadState { get; }
member this.DownloadState : StoreKit.SKDownloadState
Property Value
- Attributes