UIApplication.LaunchOptionsUrlKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)