GOG GALAXY SDK Documentation
|
Listener for the event of updating lobby data. More...
#include <IMatchmaking.h>
Public Types | |
enum | FailureReason { FAILURE_REASON_UNDEFINED , FAILURE_REASON_LOBBY_DOES_NOT_EXIST , FAILURE_REASON_CONNECTION_FAILURE } |
The reason of a failure in updating lobby data. More... | |
Public Member Functions | |
virtual void | OnLobbyDataUpdateSuccess (const GalaxyID &lobbyID)=0 |
Notification for the event of success in updating lobby data. More... | |
virtual void | OnLobbyDataUpdateFailure (const GalaxyID &lobbyID, FailureReason failureReason)=0 |
Notification for the failure in updating lobby data. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from GalaxyTypeAwareListener< LOBBY_DATA_UPDATE_LISTENER > | |
static ListenerType | GetListenerType () |
Returns the type of the listener. More... | |
Listener for the event of updating lobby data.
enum FailureReason |
|
pure virtual |
Notification for the failure in updating lobby data.
[in] | lobbyID | The ID of the lobby. |
[in] | failureReason | The cause of the failure. |
|
pure virtual |
Notification for the event of success in updating lobby data.
[in] | lobbyID | The ID of the lobby. |