GOG GALAXY SDK Documentation
|
Listener for the event of receiving a list of lobbies. More...
#include <IMatchmaking.h>
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... | |
Listener for the event of receiving a list of lobbies.
|
pure virtual |
Notification for the event of receiving a list of lobbies.
[in] | lobbyCount | The number of matched lobbies. |
[in] | result | lobby list result. |