Contents

startBrowsingForPeers()

Starts browsing for peers.

Declaration

func startBrowsingForPeers()

Discussion

After this method is called (until you call stopBrowsingForPeers()), the framework calls your delegate’s browser(_:foundPeer:withDiscoveryInfo:) and browser(_:lostPeer:) methods as new peers are found and lost.

See Also

Browsing for Peers