Share via


UIApplication.LaunchOptionsUrlKey Property

Definition

Launch Options Key: the application was launched in response to open a URL. the value associated with the key contains the URL to open.

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

Property Value

Represents the value associated with the constant UIApplicationLaunchOptionsURLKey.

Attributes

Remarks

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

Applies to