Share via


UIApplication.LaunchOptionsBluetoothCentralsKey Property

Definition

Represents the value associated with the constant UIApplicationLaunchOptionsBluetoothCentralsKey

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

Property Value

Attributes

Remarks

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

Applies to