UIApplication.LaunchOptionsBluetoothCentralsKey Property

Definition

Represents the value associated with the constant UIApplicationLaunchOptionsBluetoothCentralsKey

[Foundation.Field("UIApplicationLaunchOptionsBluetoothCentralsKey", "UIKit")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSString LaunchOptionsBluetoothCentralsKey { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.LaunchOptionsBluetoothCentralsKey : Foundation.NSString

Property Value

Attributes

Remarks

This key is used with the NSDictionary passed to M:UIKit.UIApplicationDelegate.FinishedLaunching(UIKit.UIApplication, Foundation.NSDictionary)

Applies to