Contents

MCNearbyServiceBrowserDelegate

The MCNearbyServiceBrowserDelegate protocol defines methods that a MCNearbyServiceBrowser object’s delegate can implement to handle browser-related events.

Declaration

protocol MCNearbyServiceBrowserDelegate : NSObjectProtocol

Overview

No assumption should be made about which queue the delegate methods are called on. It is the receiver’s responsibility to ensure that any UIKit updates are called on the main thread.

Topics

Error Handling Delegate Methods

Peer Discovery Delegate Methods

See Also

Protocols