Package in.dragonbra.javasteam.rpc
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 voidNotifyRegisterStatusUpdate(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_RegisterStatusUpdate_Notification request)voidNotifyRemotePacket(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_RemotePacket_Notification request)voidNotifyRemotePlayTogetherPacket(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemotePlayTogether_Notification request)voidNotifySteamBroadcastPacket(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_SteamBroadcast_Notification request)voidNotifySteamToSteamPacket(in.dragonbra.javasteam.protobufs.steamclient.SteammessagesRemoteclientServiceMessages.CRemoteClient_SteamToSteam_Notification request)voidNotifyUnregisterStatusUpdate(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)
-
-