MCNearbyServiceBrowserDelegate.FoundPeer Method

Definition

Indicates that a peer has been found.

[Foundation.Export("browser:foundPeer:withDiscoveryInfo:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public abstract void FoundPeer (MultipeerConnectivity.MCNearbyServiceBrowser browser, MultipeerConnectivity.MCPeerID peerID, Foundation.NSDictionary info);
abstract member FoundPeer : MultipeerConnectivity.MCNearbyServiceBrowser * MultipeerConnectivity.MCPeerID * Foundation.NSDictionary -> unit

Parameters

peerID
MCPeerID
info
NSDictionary

To be added.

This parameter can be null.

Implements

Attributes

Applies to