Share via


UIApplication.LaunchOptionsSourceApplicationKey Property

Definition

Launch Options Key: the value associated with the key is the bundle-id of the application that launched this application.

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

Property Value

Represents the value associated with the constant UIApplicationLaunchOptionsSourceApplicationKey

Attributes

Remarks

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

Applies to