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