GOG GALAXY SDK Documentation
ILobbyMemberStateListener Class Referenceabstract

Listener for the event of a change of the state of a lobby member. More...

#include <IMatchmaking.h>

Inheritance diagram for ILobbyMemberStateListener:
[legend]

Public Member Functions

virtual void OnLobbyMemberStateChanged (const GalaxyID &lobbyID, const GalaxyID &memberID, LobbyMemberStateChange memberStateChange)=0
 Notification for the event of a change of the state of a lobby member. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from GalaxyTypeAwareListener< LOBBY_MEMBER_STATE >
static ListenerType GetListenerType ()
 Returns the type of the listener. More...
 

Detailed Description

Listener for the event of a change of the state of a lobby member.

Member Function Documentation

◆ OnLobbyMemberStateChanged()

virtual void OnLobbyMemberStateChanged ( const GalaxyID lobbyID,
const GalaxyID memberID,
LobbyMemberStateChange  memberStateChange 
)
pure virtual

Notification for the event of a change of the state of a lobby member.

Parameters
[in]lobbyIDThe ID of the lobby.
[in]memberIDThe ID of the lobby member.
[in]memberStateChangeChange of the state of the lobby member.