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

Namespace:  LostPolygon.Apple.LocalMultiplayer
Syntax
C#
public delegate void SessionPeerStateChangedHandler(
	PeerId peerId,
	PeerState newPeerState
)

Parameters

peerId
Type: LostPolygon.Apple.LocalMultiplayerPeerId
newPeerState
Type: LostPolygon.Apple.LocalMultiplayerPeerState
See Also