Edit

Share via


PlayFabMultiplayer.OnLobbyDisconnectedHandler delegate

Handler for when the client has disconnected from a lobby.

public delegate void OnLobbyDisconnectedHandler(Lobby lobby);
parameter description
lobby The lobby that was disconnected.

See Also