KickPlayer
method in Coherence.Cloud.LobbyOwnerSession
Methods
public void KickPlayer(LobbyPlayer player, Action<RequestResponse<bool>> onRequestFinished)
Kick a Player from the active Lobby.
Parameters
| Type | Name | Description |
|---|---|---|
| LobbyPlayer | player | Player that will be kicked from the Lobby. |
| Action<RequestResponse<bool>> | onRequestFinished | Callback that will be invoked when the request finished. |