GOG GALAXY SDK Documentation
|
Listener for the event of receiving an updated version of lobby data. More...
#include <IMatchmaking.h>
Public Member Functions | |
virtual void | OnLobbyDataUpdated (const GalaxyID &lobbyID, const GalaxyID &memberID)=0 |
Notification for the event of receiving an updated version of lobby data. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from GalaxyTypeAwareListener< LOBBY_DATA > | |
static ListenerType | GetListenerType () |
Returns the type of the listener. More... | |
Listener for the event of receiving an updated version of lobby data.
|
pure virtual |
Notification for the event of receiving an updated version of lobby data.
[in] | lobbyID | The ID of the lobby. |
[in] | memberID | The ID of the lobby member, valid only if it is a change in a lobby member data. |