UIApplication.LaunchOptionsUserActivityTypeKey 속성

정의

상수 UIApplicationLaunchOptionsUserActivityTypeKey와 연결된 값을 나타냅니다.

[Foundation.Field("UIApplicationLaunchOptionsUserActivityTypeKey", "UIKit")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSString LaunchOptionsUserActivityTypeKey { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.LaunchOptionsUserActivityTypeKey : Foundation.NSString

속성 값

특성

설명

이 키는 M:UIKit.UIApplicationDelegate.FinishedLaunching(UIKit.UIApplication, Foundation.NSDictionary)M:UIKit.UIApplicationDelegate.FinishedLaunching(UIKit.UIApplication, Foundation.NSDictionary)에 전달된 와 함께 NSDictionary 사용됩니다.

적용 대상