Share via


UIApplication.LaunchOptionsBluetoothPeripheralsKey Property

Definition

Represents the value associated with the constant UIApplicationLaunchOptionsBluetoothPeripheralsKey

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

Property Value

Attributes

Remarks

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

Applies to