Share via


MCBrowserViewController.FoundPeer Method

Definition

Indicates that a peer has been found.

[Foundation.Export("browser:foundPeer:withDiscoveryInfo:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void FoundPeer(MultipeerConnectivity.MCNearbyServiceBrowser browser, MultipeerConnectivity.MCPeerID peerID, Foundation.NSDictionary? info);
[<Foundation.Export("browser:foundPeer:withDiscoveryInfo:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FoundPeer : MultipeerConnectivity.MCNearbyServiceBrowser * MultipeerConnectivity.MCPeerID * Foundation.NSDictionary -> unit
override this.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