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; }
member this.LaunchOptionsUrlKey : Foundation.NSString

Property Value

Represents the value associated with the constant UIApplicationLaunchOptionsURLKey.

Attributes

Remarks

This key is used with the NSDictionary passed to M:UIKit.UIApplicationDelegate.FinishedLaunching(UIKit.UIApplication, Foundation.NSDictionary)

Applies to