Class SteamGameCoordinator


  • public class SteamGameCoordinator
    extends ClientMsgHandler
    This handler handles all game coordinator messaging.
    • Constructor Detail

      • SteamGameCoordinator

        public SteamGameCoordinator()
    • Method Detail

      • send

        public void send​(IClientGCMsg msg,
                         int appId)
        Sends a game coordinator message for a specific appid.
        Parameters:
        msg - The GC message to send.
        appId - The app id of the game coordinator to send to.
      • handleMsg

        public void handleMsg​(IPacketMsg packetMsg)
        Description copied from class: ClientMsgHandler
        Handles a client message. This should not be called directly.
        Specified by:
        handleMsg in class ClientMsgHandler
        Parameters:
        packetMsg - The packet message that contains the data.