EAAccessoryManager.ShowBluetoothAccessoryPicker Method

Definition

[Foundation.Export("showBluetoothAccessoryPickerWithNameFilter:completion:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ShowBluetoothAccessoryPicker (Foundation.NSPredicate predicate, Action<Foundation.NSError> completion);
abstract member ShowBluetoothAccessoryPicker : Foundation.NSPredicate * Action<Foundation.NSError> -> unit
override this.ShowBluetoothAccessoryPicker : Foundation.NSPredicate * Action<Foundation.NSError> -> unit

Parameters

predicate
NSPredicate

To be added.

This parameter can be null.

completion
Action<NSError>

To be added.

This parameter can be null.

Attributes

Applies to