EAAccessoryManager.ShowBluetoothAccessoryPicker 方法

定义

[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

参数

predicate
NSPredicate

内容待定。

此参数可以为 null

completion
Action<NSError>

内容待定。

此参数可以为 null

属性

适用于