Class GameSessionStopData

java.lang.Object
live.crowdcontrol.cc4j.websocket.http.GameSessionStopData

public class GameSessionStopData extends Object
Data sent to the server when trying to stop a session.
  • Constructor Details

    • GameSessionStopData

      public GameSessionStopData(@Nullable @Nullable String gameSessionID)
      Creates data.
      Parameters:
      gameSessionID - ID of the game session
  • Method Details

    • getGameSessionId

      @Nullable public @Nullable String getGameSessionId()
      Gets the ID of the game session.
      Returns:
      gameSessionID