Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Handler for when a PlayFab entity was removed from a lobby as a member.
public delegate void OnLobbyMemberRemovedHandler(Lobby lobby, PFEntityKey member,
LobbyMemberRemovedReason reason);
| parameter | description |
|---|---|
| lobby | The lobby involved with the operation. |
| member | The member entity which has been removed from the lobby. |
| reason | The reason member was removed from the lobby. |
See Also
- class Lobby
- class PFEntityKey
- enum LobbyMemberRemovedReason
- class PlayFabMultiplayer
- namespace PlayFab.Multiplayer