Share via


UIApplication.LaunchOptionsUserActivityDictionaryKey Property

Definition

Represents the value associated with the constant UIApplicationLaunchOptionsUserActivityDictionaryKey

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

Property Value

Attributes

Remarks

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

Applies to