DeviceSearchTaskUserInterfaceDelegate

@available(*, deprecated, message: "DeviceSearchTask has been deprecated. It has been replaced by ConnectionTask.")
public protocol DeviceSearchTaskUserInterfaceDelegate : AnyObject

This protocol allows a DeviceSearchTaskUserInterface to call back to the internal device search task indicating that the user selected a device or cancelled the operation.

  • Indicates that the user selected the specified device.

    Declaration

    Swift

    func selected(device: DiscoveredDevice)
  • Indicates that the user cancelled the device search.

    Declaration

    Swift

    func cancelled()