UIApplication.LaunchOptionsAnnotationKey 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: Use this key to find out if custom data was passed to the program by the opening application. The value of this key will be a property list.
[Foundation.Field("UIApplicationLaunchOptionsAnnotationKey", "UIKit")]
public static Foundation.NSString LaunchOptionsAnnotationKey { get; }
member this.LaunchOptionsAnnotationKey : Foundation.NSString
Property Value
Represents the value associated with the constant UIApplicationLaunchOptionsAnnotationKey
- Attributes
Remarks
This key is used with the NSDictionary passed to M:UIKit.UIApplicationDelegate.FinishedLaunching(UIKit.UIApplication, Foundation.NSDictionary)