UIApplication.LaunchOptionsNewsstandDownloadsKey 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.
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)