UIApplication.LaunchOptionsSourceApplicationKey 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 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; }
member this.LaunchOptionsSourceApplicationKey : Foundation.NSString
Property Value
Represents the value associated with the constant UIApplicationLaunchOptionsSourceApplicationKey
- Attributes
Remarks
This key is used with the NSDictionary passed to M:UIKit.UIApplicationDelegate.FinishedLaunching(UIKit.UIApplication, Foundation.NSDictionary)