Click or drag to resize
Local Multiplayer for iOS/tvOS/macOS
AppleLocalMultiplayerCustomPeerDiscoveryPeerFoundHandler Delegate

Namespace:  LostPolygon.Apple.LocalMultiplayer
Syntax
C#
public delegate void CustomPeerDiscoveryPeerFoundHandler(
	PeerId peerId,
	IDictionary<string, string> peerDiscoveryInfo
)

Parameters

peerId
Type: LostPolygon.Apple.LocalMultiplayerPeerId
peerDiscoveryInfo
Type: System.Collections.GenericIDictionaryString, String
See Also