SearchUIDelegate

public protocol SearchUIDelegate : AnyObject

Allows the SearchUI instance to notify when user interface events have occurred.

  • Indicates that the user selected the specified device.

    Declaration

    Swift

    func searchUI(_ sender: SearchUI, selectedDevice device: DiscoveredDevice)
  • Indicates that the user cancelled the search user interface.

    Declaration

    Swift

    func searchUICancelled(_ sender: SearchUI)