Interface IRemoteClientSteamClient

  • All Known Implementing Classes:
    RemoteClientSteamClient

    public interface IRemoteClientSteamClient
    Since:
    2023-01-04
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void NotifyRegisterStatusUpdate​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_RegisterStatusUpdate_Notification request)  
      void NotifyRemotePacket​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_RemotePacket_Notification request)  
      void NotifyRemotePlayTogetherPacket​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemotePlayTogether_Notification request)  
      void NotifySteamBroadcastPacket​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_SteamBroadcast_Notification request)  
      void NotifySteamToSteamPacket​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_SteamToSteam_Notification request)  
      void NotifyUnregisterStatusUpdate​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_UnregisterStatusUpdate_Notification request)  
    • Method Detail

      • NotifyRegisterStatusUpdate

        void NotifyRegisterStatusUpdate​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_RegisterStatusUpdate_Notification request)
      • NotifyUnregisterStatusUpdate

        void NotifyUnregisterStatusUpdate​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_UnregisterStatusUpdate_Notification request)
      • NotifyRemotePacket

        void NotifyRemotePacket​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_RemotePacket_Notification request)
      • NotifySteamBroadcastPacket

        void NotifySteamBroadcastPacket​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_SteamBroadcast_Notification request)
      • NotifySteamToSteamPacket

        void NotifySteamToSteamPacket​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_SteamToSteam_Notification request)
      • NotifyRemotePlayTogetherPacket

        void NotifyRemotePlayTogetherPacket​(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemotePlayTogether_Notification request)