Share via


UIApplication.LaunchOptionsLocationKey Property

Definition

Launch Options Key: Application was started up in response to a location event.

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

Property Value

Represents the value associated with the constant UIApplicationLaunchOptionsLocationKey

Attributes

Remarks

The value of this key will be an NSNumber. The application should respond by creating a CLLocationManager instance to and get the information from that object.

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

Applies to