GOG GALAXY SDK Documentation
ILobbyListListener Class Referenceabstract

Listener for the event of receiving a list of lobbies. More...

#include <IMatchmaking.h>

Inheritance diagram for ILobbyListListener:
[legend]

Public Member Functions

virtual void OnLobbyList (uint32_t lobbyCount, LobbyListResult result)=0
 Notification for the event of receiving a list of lobbies. More...
 

Additional Inherited Members

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

Detailed Description

Listener for the event of receiving a list of lobbies.

Member Function Documentation

◆ OnLobbyList()

virtual void OnLobbyList ( uint32_t  lobbyCount,
LobbyListResult  result 
)
pure virtual

Notification for the event of receiving a list of lobbies.

Parameters
[in]lobbyCountThe number of matched lobbies.
[in]resultlobby list result.