GOG GALAXY SDK Documentation
ILobbyDataListener Class Referenceabstract

Listener for the event of receiving an updated version of lobby data. More...

#include <IMatchmaking.h>

Inheritance diagram for ILobbyDataListener:
[legend]

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...
 

Detailed Description

Listener for the event of receiving an updated version of lobby data.

Member Function Documentation

◆ OnLobbyDataUpdated()

virtual void OnLobbyDataUpdated ( const GalaxyID lobbyID,
const GalaxyID memberID 
)
pure virtual

Notification for the event of receiving an updated version of lobby data.

Parameters
[in]lobbyIDThe ID of the lobby.
[in]memberIDThe ID of the lobby member, valid only if it is a change in a lobby member data.