Interface MCNearbyServiceBrowserDelegate
-
- All Known Implementing Classes:
MCBrowserViewController
public interface MCNearbyServiceBrowserDelegate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidbrowserDidNotStartBrowsingForPeers(MCNearbyServiceBrowser browser, NSError error)Browsing did not start due to an error.voidbrowserFoundPeerWithDiscoveryInfo(MCNearbyServiceBrowser browser, MCPeerID peerID, NSDictionary<java.lang.String,java.lang.String> info)Found a nearby advertising peer.voidbrowserLostPeer(MCNearbyServiceBrowser browser, MCPeerID peerID)A nearby peer has stopped advertising.
-
-
-
Method Detail
-
browserDidNotStartBrowsingForPeers
default void browserDidNotStartBrowsingForPeers(MCNearbyServiceBrowser browser, NSError error)
Browsing did not start due to an error.
-
browserFoundPeerWithDiscoveryInfo
void browserFoundPeerWithDiscoveryInfo(MCNearbyServiceBrowser browser, MCPeerID peerID, NSDictionary<java.lang.String,java.lang.String> info)
Found a nearby advertising peer.
-
browserLostPeer
void browserLostPeer(MCNearbyServiceBrowser browser, MCPeerID peerID)
A nearby peer has stopped advertising.
-
-