次の方法で共有


UIApplication.LaunchOptionsRemoteNotificationKey プロパティ

定義

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

プロパティ値

NSString 定数は、NSNotificationCenter のトークンとして使用する必要があります。

属性

注釈

このキーに関連付けられている値は、受信したリモート通知からのペイロードを含む NSDictionary になります。

このキーは、M:UIKit.UIApplicationDelegate.FinishedLaunching(UIKit.UIApplication, Foundation.NSDictionary)M:UIKit.UIApplicationDelegate.FinishedLaunching(UIKit.UIApplication, Foundation.NSDictionary) に渡された と共NSDictionaryに使用されます。

適用対象