GOG GALAXY SDK Documentation
ILobbyEnteredListener Class Referenceabstract

Listener for the event of entering a lobby. More...

#include <IMatchmaking.h>

Inheritance diagram for ILobbyEnteredListener:
[legend]

Public Member Functions

virtual void OnLobbyEntered (const GalaxyID &lobbyID, LobbyEnterResult result)=0
 Notification for the event of entering a lobby. More...
 

Additional Inherited Members

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

Detailed Description

Listener for the event of entering a lobby.

Member Function Documentation

◆ OnLobbyEntered()

virtual void OnLobbyEntered ( const GalaxyID lobbyID,
LobbyEnterResult  result 
)
pure virtual

Notification for the event of entering a lobby.

It is called both after joining an existing lobby and after creating one.

Parameters
[in]lobbyIDThe ID of the lobby.
[in]resultlobby enter result.