|
GOG GALAXY SDK Documentation
|
Event of receiving a game invitation. More...
#include <IFriends.h>
Public Member Functions | |
| virtual void | OnGameInvitationReceived (GalaxyID userID, const char *connectionString)=0 |
| Notification for the event of receiving a game invitation. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from GalaxyTypeAwareListener< GAME_INVITATION_RECEIVED_LISTENER > | |
| static ListenerType | GetListenerType () |
| Returns the type of the listener. More... | |
Event of receiving a game invitation.
This can be triggered by receiving connection string.
|
pure virtual |
Notification for the event of receiving a game invitation.
| [in] | userID | The ID of the user who sent invitation. |
| [in] | connectionString | The string which contains connection info. |