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

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

Parameters

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