Share via


UIApplication.LaunchOptionsLocalNotificationKey Property

Definition

Notification constant for LaunchOptionsLocalNot

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

Property Value

NSString constant, should be used as a token to NSNotificationCenter.

Attributes

Remarks

The value of this key will be a UILocalNotification instance.

This key will be present on the launch options if a local notification was delivered and the application was not running.

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

Applies to