Share via


UIApplication.LaunchOptionsShortcutItemKey Property

Definition

The presence of this key indicates that the application was launched via a shortcut item.

[Foundation.Field("UIApplicationLaunchOptionsShortcutItemKey", "UIKit")]
public static Foundation.NSString LaunchOptionsShortcutItemKey { get; }
[<Foundation.Field("UIApplicationLaunchOptionsShortcutItemKey", "UIKit")>]
static member LaunchOptionsShortcutItemKey : Foundation.NSString

Property Value

Attributes

Remarks

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

Applies to