UIApplication.LaunchOptionsRemoteNotificationKey Property

Definition

Notification constant for LaunchOptionsRemoteNot

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

Property Value

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

Attributes

Remarks

The value associated with this key will be an NSDictionary with the payload from the remote notification that was received.

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

Applies to