UIApplication.LaunchOptionsNewsstandDownloadsKey Property

Definition

Launch Options Key: This key indicates that Newsstand has completed downloading the requested data.

[Foundation.Field("UIApplicationLaunchOptionsNewsstandDownloadsKey", "UIKit")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSString LaunchOptionsNewsstandDownloadsKey { [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.LaunchOptionsNewsstandDownloadsKey : Foundation.NSString

Property Value

Represents the value associated with the constant UIApplicationLaunchOptionsNewsstandDownloadsKey

Attributes

Remarks

The value in the dictionary for this key, contains an array of strings that represent T:Newsstand.NKAssetDownload objects.

This key is used with the NSDictionary passed to M:UIKit.UIApplicationDelegate.FinishedLaunching(UIKit.UIApplication, Foundation.NSDictionary)

Applies to