Share via


UIApplication.LaunchOptionsNewsstandDownloadsKey Property

Definition

Represents the value associated with the constant 'UIApplicationLaunchOptionsNewsstandDownloadsKey'.

[Foundation.Field("UIApplicationLaunchOptionsNewsstandDownloadsKey", "UIKit")]
public static Foundation.NSString LaunchOptionsNewsstandDownloadsKey { get; }
[<Foundation.Field("UIApplicationLaunchOptionsNewsstandDownloadsKey", "UIKit")>]
static member 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 NKAssetDownload objects.

This key is used with the NSDictionary passed to FinishedLaunching(UIApplication, NSDictionary)

Applies to