Freigeben über


UIApplication.LaunchOptionsRemoteNotificationKey Eigenschaft

Definition

Benachrichtigungskonstante für 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

Eigenschaftswert

Die NSString-Konstante sollte als Token für NSNotificationCenter verwendet werden.

Attribute

Hinweise

Der diesem Schlüssel zugeordnete Wert ist ein NSDictionary mit der Nutzlast aus der empfangenen Remotebenachrichtigung.

Dieser Schlüssel wird mit dem NSDictionary an M:UIKit.UIApplicationDelegate.FinishedLaunching(UIKit.UIApplication, Foundation.NSDictionary) übergebenen Schlüssel verwendet.

Gilt für: